diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:19:46 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:19:46 (GMT) |
commit | 824c6fdfaa79f601fa50b99ff1d20e565cdc4120 (patch) | |
tree | d54f789a3ba9b346041af8ebd8de5e9e6a48a837 /Misc | |
parent | 43fec9b419512d67e94b26f7da24c8392e835517 (diff) | |
parent | 5f9193a6edf1864a243def36ec4d1277054236c6 (diff) | |
download | cpython-824c6fdfaa79f601fa50b99ff1d20e565cdc4120.zip cpython-824c6fdfaa79f601fa50b99ff1d20e565cdc4120.tar.gz cpython-824c6fdfaa79f601fa50b99ff1d20e565cdc4120.tar.bz2 |
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -684,6 +684,7 @@ John Interrante Bob Ippolito Roger Irwin Atsuo Ishimoto +Alexey Izbyshev Kasia Jachim Adam Jackson Ben Jackson @@ -871,6 +871,8 @@ Library Windows ------- +- Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) + - Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) - Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) |