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, ronaldoussoren, stefanholek
Date 2010-03-07.00:00:45
SpamBayes Score 2.330893e-05
Marked as misclassified No
Message-id <1267920157.57.0.648400731244.issue8065@psf.upfronthosting.co.za>
In-reply-to
Content
It appears that the tests that I attached fail when libedit is used.  This is clearly due to bugs in libedits readline emulation:

1. read_history does not update history_length

2. history_truncate_file does not preserver the history cookie ("_HiStOrY_V2_").

Does anyone know where libedit bugs should be reported?
History
Date User Action Args
2010-03-07 00:02:37Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, ronaldoussoren, stefanholek
2010-03-07 00:02:37Alexander.Belopolskysetmessageid: <1267920157.57.0.648400731244.issue8065@psf.upfronthosting.co.za>
2010-03-07 00:00:45Alexander.Belopolskylinkissue8065 messages
2010-03-07 00:00:45Alexander.Belopolskycreate