diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-24 16:44:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-24 16:44:06 (GMT) |
commit | d1c818a9c0a3684f57d7d00c6ec43763783ccf2a (patch) | |
tree | 6edb9b5c214c7012dbb6698ab6094def909adbab /Misc | |
parent | dfdc46f2749e784be756855e2ef33ba1bb74e9e8 (diff) | |
download | cpython-d1c818a9c0a3684f57d7d00c6ec43763783ccf2a.zip cpython-d1c818a9c0a3684f57d7d00c6ec43763783ccf2a.tar.gz cpython-d1c818a9c0a3684f57d7d00c6ec43763783ccf2a.tar.bz2 |
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ What's New in Python 2.7.3? Core and Builtins ----------------- +- Issue #11235: Fix OverflowError when trying to import a source file whose + modification time doesn't fit in a 32-bit timestamp. + - Issue #11638: Unicode strings in 'name' and 'version' no longer cause UnicodeDecodeErrors. |