commit | 4af1c6a4fcd6557265e972a6c35d39a3b1604d6e | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Thu Jul 28 22:30:27 2011 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Thu Jul 28 22:30:27 2011 +0800 |
tree | 349e70824e32136c37fd95e4f11dfabc5c500b73 | |
parent | fee7745ebb1c344d35e2245c4cf9aeb6f0f929a1 [diff] [blame] |
Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break.
diff --git a/Lib/pickle.py b/Lib/pickle.py index 8c5d51f..005b1b9 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py
@@ -24,7 +24,7 @@ """ -__version__ = "$Revision$" # Code version +__version__ = "$Revision: 72223 $" # Code version from types import * from copy_reg import dispatch_table