diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-21 21:14:56 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-21 21:14:56 (GMT) |
commit | 17c93260a62ac895f336351158e6fdaa6b117bcb (patch) | |
tree | 509cf48ae9786fc19913013bff9c407f5f38851b /Misc | |
parent | bdce938af2af03b2eb0d0e4731f1b8c4b965eaf5 (diff) | |
download | cpython-17c93260a62ac895f336351158e6fdaa6b117bcb.zip cpython-17c93260a62ac895f336351158e6fdaa6b117bcb.tar.gz cpython-17c93260a62ac895f336351158e6fdaa6b117bcb.tar.bz2 |
Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Core and Builtins Library ------- +- Issue #18879: When a method is looked up on a temporary file, avoid closing + the file before the method is possibly called. + - Issue #20034: Updated alias mapping to most recent locale.alias file from X.org distribution using makelocalealias.py. |