This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients alexandre.vassalotti, benjamin.peterson, pitrou
Date 2009-04-04.00:12:14
SpamBayes Score 2.2230148e-05
Marked as misclassified No
Message-id <1238803995.71.0.240911267759.issue5682@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-04 00:13:22alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, benjamin.peterson
2009-04-04 00:13:15alexandre.vassalottisetmessageid: <1238803995.71.0.240911267759.issue5682@psf.upfronthosting.co.za>
2009-04-04 00:13:13alexandre.vassalottilinkissue5682 messages
2009-04-04 00:13:11alexandre.vassalotticreate