summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-10-19 13:36:15 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-10-19 13:36:15 (GMT)
commitd4f5ad6c6e62150b02bc9f5ba97fd3cc4f3742ee (patch)
treee23ad5bcca3933f8894b6e0cc0a9274e43830149 /Misc
parent0772398a9ad729c125a5c06eedf90e35089c12ce (diff)
parenteb8d627bbdf5a6c0a467a598976b7ebfde50e49f (diff)
downloadcpython-d4f5ad6c6e62150b02bc9f5ba97fd3cc4f3742ee.zip
cpython-d4f5ad6c6e62150b02bc9f5ba97fd3cc4f3742ee.tar.gz
cpython-d4f5ad6c6e62150b02bc9f5ba97fd3cc4f3742ee.tar.bz2
Merge fix from #6074 from 3.3
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 3ae254f..c105585 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1?
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 #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
endianess detection and handling.