[Checkins] SVN: DateTime/trunk/src/DateTime/DateTime.py I should have removed _tzinfo when I said so

Hanno Schlichting hannosch at hannosch.eu
Sun May 8 07:47:16 EDT 2011


Log message for revision 121584:
  I should have removed _tzinfo when I said so
  

Changed:
  U   DateTime/trunk/src/DateTime/DateTime.py

-=-
Modified: DateTime/trunk/src/DateTime/DateTime.py
===================================================================
--- DateTime/trunk/src/DateTime/DateTime.py	2011-05-08 11:46:43 UTC (rev 121583)
+++ DateTime/trunk/src/DateTime/DateTime.py	2011-05-08 11:47:16 UTC (rev 121584)
@@ -419,7 +419,6 @@
     # For backward compatibility only:
     _isDST = localtime(time())[8]
     _localzone  = _isDST and _localzone1 or _localzone0
-    _tzinfo = PytzCache()
 
     # Limit the amount of instance attributes
     __slots__ = (



More information about the checkins mailing list