diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2012-01-31 07:09:25 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2012-01-31 07:09:25 (GMT) |
commit | b98000ab5bd3fcb3774666ce3bb127e71634c349 (patch) | |
tree | ba4ac2de0a8cc16677396afaf29671da4ee09ec7 /Misc | |
parent | 1d8e6fd45e9ac970501fd1e05f606c554e5d86f0 (diff) | |
download | cpython-b98000ab5bd3fcb3774666ce3bb127e71634c349.zip cpython-b98000ab5bd3fcb3774666ce3bb127e71634c349.tar.gz cpython-b98000ab5bd3fcb3774666ce3bb127e71634c349.tar.bz2 |
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
to PyShell.PyShell.transfer_path() and changing elsewhere as needed.
Original patches by Marco Scataglini and Roger Serwy.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 2 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -740,6 +740,7 @@ Mark Sapiro Ty Sarna Ben Sayer sbt +Marco Scataglini Michael Scharf Neil Schemenauer David Scherer @@ -759,6 +760,7 @@ Nick Seidenman Žiga Seilnach Fred Sells Jiwon Seo +Roger Serwy Jerry Seutter Denis Severson Ian Seyer @@ -90,6 +90,9 @@ Core and Builtins Library ------- +- Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell. + Original patches by Marco Scataglini and Roger Serwy. + - Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk. |