summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-02-26 16:06:02 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-02-26 16:06:02 +0000
commit399fc14609facd355720dbfa0310ed71e24faedd (patch)
tree501e015db3ec2ac01b6514ac75ecbaa717ff3e3f /Lib/test
parent4a7f2168a65ec5974d1005f48d79d3689a2ba0c8 (diff)
downloadcpython-git-399fc14609facd355720dbfa0310ed71e24faedd.tar.gz
Issue #11330: Updated tests for correct asctime handling.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_logging.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 85c5312053..b29d4005ee 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2001-2010 by Vinay Sajip. All Rights Reserved.
+# Copyright 2001-2011 by Vinay Sajip. All Rights Reserved.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted,
@@ -18,7 +18,7 @@
"""Test harness for the logging module. Run all tests.
-Copyright (C) 2001-2010 Vinay Sajip. All Rights Reserved.
+Copyright (C) 2001-2011 Vinay Sajip. All Rights Reserved.
"""
import logging