summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-01-31 07:09:25 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-01-31 07:09:25 (GMT)
commitb98000ab5bd3fcb3774666ce3bb127e71634c349 (patch)
treeba4ac2de0a8cc16677396afaf29671da4ee09ec7 /Misc
parent1d8e6fd45e9ac970501fd1e05f606c554e5d86f0 (diff)
downloadcpython-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/ACKS2
-rw-r--r--Misc/NEWS3
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 172a370..b21e78c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -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
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c6b66f..2884bba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.