]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
stringnl_noescape_pair(): changed the reader to separate the two
authorTim Peters <tim.peters@gmail.com>
Mon, 27 Jan 2003 19:01:47 +0000 (19:01 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 27 Jan 2003 19:01:47 +0000 (19:01 +0000)
commitd916cf4ec7014e9f6b25b8d63728bda01a17d3f9
tree6a482ad1486e697fcb9da968990af23c6c64f1b1
parent8ecfc8ef9d6ffe0d9c732a438cb36e1e11480a19
stringnl_noescape_pair():  changed the reader to separate the two
component strings by a blank instead of a period.  Guido pointed
out that the component strings (at least the first one) can be
dotted already.  find_class() is overridable too, so only God knows
all the possibilities that make sense to someone.
Lib/pickletools.py