diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-07 20:12:44 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-07 20:12:44 (GMT) |
commit | 3b06e5378ae21572a024b6484176b9678100ee53 (patch) | |
tree | d56a47c4e63a72ca999bf09c53093dcba3820b85 /Misc | |
parent | a38f73b1bb327ceb1aad3a3001255ab81da91c22 (diff) | |
download | cpython-3b06e5378ae21572a024b6484176b9678100ee53.zip cpython-3b06e5378ae21572a024b6484176b9678100ee53.tar.gz cpython-3b06e5378ae21572a024b6484176b9678100ee53.tar.bz2 |
Another patch for #1762972: __file__ points to the py file instead pyo/pyc file
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.0a3? Core and Builtins ----------------- +- Issue #1762972: __file__ points to the source file instead of the pyc/pyo + file if the py file exists. + - Issue #1393: object_richcompare() returns NotImplemented instead of False if the objects aren't equal, to give the other side a chance. |