This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients belopolsky, cben, eric.araujo, ezio.melotti, flox, giampaolo.rodola, larry, lesmana, loewis, mark.dickinson, ned.deily, pitrou, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, steven.daprano, techtonik, tshepang, xdegaye
Date 2013-09-29.20:19:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cnykp3b3Mz7Ljb@mail.python.org>
In-reply-to
Content
New changeset 687dd81cee3b by Antoine Pitrou in branch 'default':
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.
http://hg.python.org/cpython/rev/687dd81cee3b
History
Date User Action Args
2013-09-29 20:19:15python-devsetrecipients: + python-dev, loewis, ronaldoussoren, mark.dickinson, cben, belopolsky, pitrou, larry, techtonik, giampaolo.rodola, ned.deily, ezio.melotti, eric.araujo, steven.daprano, r.david.murray, flox, lesmana, xdegaye, tshepang, serhiy.storchaka
2013-09-29 20:19:15python-devlinkissue5845 messages
2013-09-29 20:19:15python-devcreate