summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJohannes Gijsbers <jlg@dds.nl>2004-08-18 12:40:31 (GMT)
committerJohannes Gijsbers <jlg@dds.nl>2004-08-18 12:40:31 (GMT)
commitc473c99d16b43544fffcc8a33fbc61c95061b088 (patch)
tree9f05451df2a4531c993aca7e793a2ff9f2338a32 /Misc/NEWS
parent318a12eb0129bd75754cb3cc68076cc3b737074f (diff)
downloadcpython-c473c99d16b43544fffcc8a33fbc61c95061b088.zip
cpython-c473c99d16b43544fffcc8a33fbc61c95061b088.tar.gz
cpython-c473c99d16b43544fffcc8a33fbc61c95061b088.tar.bz2
Patch #1006219: let inspect.getsource show '@' decorators and add tests for
this (which are rather ugly, but it'll have to do until test_inspect gets a major overhaul and a conversion to unittest). Thanks Simon Percivall!
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f5b2034..95d9f8db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Extension modules
Library
-------
+- Patch #1006219: let inspect.getsource handle '@' decorators. Thanks Simon
+ Percivall.
+
- logging.handlers.SMTPHandler.date_time has been removed;
the class now uses email.Utils.formatdate to generate the time stamp.