]> granicus.if.org Git - python/commit
Issue #20411: Use readline.get_current_history_length to check for the presence of...
authorJason R. Coombs <jaraco@jaraco.com>
Tue, 28 Jan 2014 14:06:58 +0000 (09:06 -0500)
committerJason R. Coombs <jaraco@jaraco.com>
Tue, 28 Jan 2014 14:06:58 +0000 (09:06 -0500)
commit4d91490579ecd0294902deb7717dd18de9ab2e3f
tree33c3e8bc0bec519a5c2e55b9dacecc9c6ed1c7dc
parent748f40d16251a938bb10293943dd9076d800dbaa
Issue #20411: Use readline.get_current_history_length to check for the presence of a history, rather than get_history_item, which assumes a history is present.
Lib/site.py