summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-10-19 12:38:14 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-10-19 12:38:14 (GMT)
commit34937ce249864871bee129fbaa30a4dc0d317834 (patch)
tree07fd7a080cd86171f61c4ede807419d51048545b /Misc
parent2d51f687e133fb8141f1a6b5a6ac51c9d5eddf58 (diff)
downloadcpython-34937ce249864871bee129fbaa30a4dc0d317834.zip
cpython-34937ce249864871bee129fbaa30a4dc0d317834.tar.gz
cpython-34937ce249864871bee129fbaa30a4dc0d317834.tar.bz2
Issue #6074: Forward port Windows read-only source file fix from 2.7
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 436a249..107222f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.4
Core and Builtins
-----------------
+- Issue #6074: Ensure cached bytecode files can always be updated by the
+ user that created them, even when the source file is read-only.
+
- Issue #14783: Improve int() docstring and switch docstrings for str(),
range(), and slice() to use multi-line signatures.