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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, stefanholek
Date 2010-03-05.17:59:40
SpamBayes Score 5.209467e-06
Marked as misclassified No
Message-id <1267811983.72.0.534150223745.issue8065@psf.upfronthosting.co.za>
In-reply-to
Content
Not directly related to the issue at hand, but I've noticed that while readline.get_current_history_length() is tested in the unittests, readline.get_history_length() is not.  Attached patch adds tests for reading and writing history files.

Also, I find it confusing that readline module static variable _history_length is named almost the same as readline library exported variable history_length.  Maybe _history_length could be renamed to max_history_file_length.
History
Date User Action Args
2010-03-05 17:59:43Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, stefanholek
2010-03-05 17:59:43Alexander.Belopolskysetmessageid: <1267811983.72.0.534150223745.issue8065@psf.upfronthosting.co.za>
2010-03-05 17:59:41Alexander.Belopolskylinkissue8065 messages
2010-03-05 17:59:41Alexander.Belopolskycreate