pyrepl README,1.4,1.5
[email protected] Tue, 11 May 2004 20:05:02 +0200 (MEST)
| Newsgroups | gmane.comp.python.pyrepl.checkins |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/pyrepl/pyrepl In directory thoth.codespeak.net:/tmp/cvs-serv14373 Modified Files: README Log Message: Update README Make unicode handling a bit less silly again! Index: README =================================================================== RCS file: /cvs/pyrepl/pyrepl/README,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README 14 Mar 2004 13:42:40 -0000 1.4 --- README 11 May 2004 18:05:00 -0000 1.5 *************** *** 1,3 **** ! This is pyrepl 0.8, a readline-a-like in Python. http://pyrepl.codespeak.net/ --- 1,3 ---- ! This is pyrepl 0.8.1, a readline-a-like in Python. http://pyrepl.codespeak.net/ *************** *** 45,48 **** --- 45,63 ---- comments!) + Summary of 0.8.1: + + Fixes + - in the area of unbound keys and unknown commands + - in quoted-insert + - in unicode support + + make Reader and subclasses new-style classes + - make the inheritance hierachy look like this + Reader + / \ + HistoricalReader CompletingReader + \ / + PythonicReader + Turns out I've been wanting new-style classes since before they existed! + - needed to slightly change the way keymaps are built + Summary of 0.8.0: + A whole bundle of things.