From: Alexandre Vassalotti Date: Wed, 14 May 2008 21:52:37 +0000 (+0000) Subject: Moved copy_reg stub module to lib-old/. X-Git-Tag: v2.6b1~427 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b9df6862ac9c1faf2f2c5a9238241785001e10b;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Lib/copy_reg.py b/Lib/lib-old/copy_reg.py similarity index 100% rename from Lib/copy_reg.py rename to Lib/lib-old/copy_reg.py