commit | a11d8c03a4c596c52bfea6c2f5b3940fa6126d38 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Tue Jul 06 23:19:45 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Tue Jul 06 23:19:45 2010 +0000 |
tree | 61001351a1033f71ccef91ecb753d5d9cfa6b884 | |
parent | 44afa5e6a4faef2dfdf43bd939125f763f8e90e4 [diff] [blame] |
Issue #9000: datetime.timezone objects now have eval-friendly repr.
diff --git a/Misc/NEWS b/Misc/NEWS index bd64056..282aa25 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1394,6 +1394,8 @@ Extension Modules ----------------- +- Issue #9000: datetime.timezone objects now have eval-friendly repr. + - In the math module, correctly lookup __trunc__, __ceil__, and __floor__ as special methods.