[Python-checkins] python/dist/src/Lib/encodings bz2_codec.py, 1.1,
1.2
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Tue Sep 23 23:57:38 EDT 2003
Update of /cvsroot/python/python/dist/src/Lib/encodings
In directory sc8-pr-cvs1:/tmp/cvs-serv17069
Modified Files:
bz2_codec.py
Log Message:
Fix typo in the comments.
Index: bz2_codec.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/encodings/bz2_codec.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bz2_codec.py 23 Sep 2003 20:21:01 -0000 1.1
--- bz2_codec.py 24 Sep 2003 03:57:36 -0000 1.2
***************
*** 4,8 ****
will return Python string objects for both encode and decode.
! Adapted by Raymond Hettinger from bz2_codec which was written
by Marc-Andre Lemburg (mal at lemburg.com).
--- 4,8 ----
will return Python string objects for both encode and decode.
! Adapted by Raymond Hettinger from zlib_codec.py which was written
by Marc-Andre Lemburg (mal at lemburg.com).
More information about the Python-checkins
mailing list