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 loewis
Recipients
Date 2003-04-19.21:02:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

I have committed the patch as

libshelve.tex 1.20
shelve.py 1.21
test_shelve.py 1.4
NEWS 1.737

In these changes, the binary parameter got upgraded to
protocol; binary was added after writeback for compatibility
and pendingly deprecated. The test case usage of binary was
mainly preserved, and protocol 2 test cases added.

Alex: NEWS is Misc/NEWS; any non-bug fix change is listed there.
History
Date User Action Args
2007-08-23 15:13:06adminlinkissue553171 messages
2007-08-23 15:13:06admincreate