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 dsdale24
Recipients benjamin.peterson, daniel.urban, dsdale24
Date 2011-03-24.16:23:08
SpamBayes Score 1.919105e-05
Marked as misclassified No
Message-id <1300983789.14.0.121242332598.issue11610@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new version of the patch. I think it addresses all of the issues that have been raised to date.

I had to comment out the -lintl line in Modules/Setup to build on OS X, this seems to be a similar issue to http://bugs.python.org/issue6154 . So I don't have a _locale module, and I also don't have _scproxy. I ran "make test", and get the same results with and without the patch: 315 passes, 22 failed, 15 skipped. All of the failures are due to missing _locale and _scproxy, with the exception of an error during the sax test that is unrelated to my changes.
History
Date User Action Args
2011-03-24 16:23:09dsdale24setrecipients: + dsdale24, benjamin.peterson, daniel.urban
2011-03-24 16:23:09dsdale24setmessageid: <1300983789.14.0.121242332598.issue11610@psf.upfronthosting.co.za>
2011-03-24 16:23:08dsdale24linkissue11610 messages
2011-03-24 16:23:08dsdale24create