]> granicus.if.org Git - python/commit
Issue #5845: In site.py, only load readline history from ~/.python_history if no...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Sep 2013 20:18:38 +0000 (22:18 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Sep 2013 20:18:38 +0000 (22:18 +0200)
commit5d23e6d54352db7c64d152dbabef798340127ccb
tree014cb6e1ea26a7c9f25e565874c7b3b41ed1b54a
parent95536b8405e318457ea41f8f10ee645231b48faa
Issue #5845: In site.py, only load readline history from ~/.python_history if no history has been read already.  This avoids double writes to the history file at shutdown.
Lib/site.py
Misc/NEWS