[issue5682] Move io-in-c modules into a subdirectory of Modules/

Alexandre Vassalotti report at bugs.python.org
Sat Apr 4 02:13:15 CEST 2009


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

Antoine, you're too quick. :-)

By the way, the patch is fairly large due to the renaming. So, here's
quick-and-dirty summary of the important changes.

  PCbuild/pythoncore.vcproj: Renamed the paths and added a <Filter/> tag
for the _io directory.
  PC/VS7.1/pythoncore.vcproj: Same as above.
  PC/VS8.0/pythoncore.vcproj: Same as above.
  PC/VC6/pythoncore.dsp: Renamed the paths.
  Makefile.pre.in: Updated the path to _iomodule.h
  Modules/Setup.dist: Renamed the paths.

Oh, my last patch had some junk for pickle. Here's a clean patch.

----------
Added file: http://bugs.python.org/file13604/move-iomodule-in-subdir-2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5682>
_______________________________________


More information about the Python-bugs-list mailing list