diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-10-19 13:36:15 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-10-19 13:36:15 (GMT) |
commit | d4f5ad6c6e62150b02bc9f5ba97fd3cc4f3742ee (patch) | |
tree | e23ad5bcca3933f8894b6e0cc0a9274e43830149 /Misc | |
parent | 0772398a9ad729c125a5c06eedf90e35089c12ce (diff) | |
parent | eb8d627bbdf5a6c0a467a598976b7ebfde50e49f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |