diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-14 21:52:37 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-14 21:52:37 (GMT) |
commit | 1b9df6862ac9c1faf2f2c5a9238241785001e10b (patch) | |
tree | 06da884d3d1e758b918bfa87252f5a983e461ef9 | |
parent | 650f5161f45390bc3b621bc7db9edfd54e7f59b9 (diff) | |
download | cpython-1b9df6862ac9c1faf2f2c5a9238241785001e10b.zip cpython-1b9df6862ac9c1faf2f2c5a9238241785001e10b.tar.gz cpython-1b9df6862ac9c1faf2f2c5a9238241785001e10b.tar.bz2 |
Moved copy_reg stub module to lib-old/.
Stub modules will be easier to track (and remove) if they are all kept
in lib-old/, instead of sprinkling them throughout the library.
-rw-r--r-- | Lib/lib-old/copy_reg.py (renamed from Lib/copy_reg.py) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/Lib/copy_reg.py b/Lib/lib-old/copy_reg.py index 700698c..700698c 100644 --- a/Lib/copy_reg.py +++ b/Lib/lib-old/copy_reg.py |