diff options
author | Meador Inge <meadori@gmail.com> | 2011-11-28 15:27:32 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2011-11-28 15:27:32 (GMT) |
commit | 22b9b379159f953ad4805980644414354030624f (patch) | |
tree | 7a3d34e3da6f91ca9f877907fe16e09a40347d8a /Misc | |
parent | 7be8f68d37b82ffd901eb07fee4ed92a5c8955dc (diff) | |
download | cpython-22b9b379159f953ad4805980644414354030624f.zip cpython-22b9b379159f953ad4805980644414354030624f.tar.gz cpython-22b9b379159f953ad4805980644414354030624f.tar.bz2 |
Issue #12618: py_compile cannot create files in current directory
Initial patch by Sjoerd de Vries.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -941,6 +941,7 @@ Kannan Vijayan Kurt Vile Norman Vine Frank Visser +Sjoerd de Vries Niki W. Waibel Wojtek Walczak Charles Waldman @@ -83,6 +83,9 @@ Core and Builtins Library ------- +- Issue #12618: Fix a bug that prevented py_compile from creating byte + compiled files in the current directory. Initial patch by Sjoerd de Vries. + - Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. |