summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-07-06 23:19:45 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-07-06 23:19:45 (GMT)
commita11d8c03a4c596c52bfea6c2f5b3940fa6126d38 (patch)
tree61001351a1033f71ccef91ecb753d5d9cfa6b884 /Misc
parent44afa5e6a4faef2dfdf43bd939125f763f8e90e4 (diff)
downloadcpython-a11d8c03a4c596c52bfea6c2f5b3940fa6126d38.zip
cpython-a11d8c03a4c596c52bfea6c2f5b3940fa6126d38.tar.gz
cpython-a11d8c03a4c596c52bfea6c2f5b3940fa6126d38.tar.bz2
Issue #9000: datetime.timezone objects now have eval-friendly repr.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd64056..282aa25 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1394,6 +1394,8 @@ Library
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.