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 eric.araujo
Recipients Arfrever, alexis, eric.araujo, hagen, lemburg, mgorny, tarek, vstinner
Date 2011-05-01.22:27:47
SpamBayes Score 3.6662786e-09
Marked as misclassified No
Message-id <4DBDDE60.2010905@netwok.org>
In-reply-to <1304207017.82.0.684890313364.issue10419@psf.upfronthosting.co.za>
Content
> Apparently setuptools.command.easy_install.get_script_header() imports
> distutils.command.build_scripts.first_line_re and checks if this regex
> matches a str object, which results in TypeError. If breaking
> compatibility is not acceptable, then the surrogateescape patch should
> be applied.

Setuptools is not compatible with 3.x TTBOMK; distribute is, but could
be fixed quickly, so there is no compat problem with this (these)
library(ries).  However, the public/private status of first_line_re is
unclear, so there could be other projects out there depending on its
type.  Given that there is already one patch in distutils that uses
surrogateescape, I think we could accept another similar patch.
History
Date User Action Args
2011-05-01 22:27:49eric.araujosetrecipients: + eric.araujo, lemburg, vstinner, tarek, hagen, Arfrever, alexis, mgorny
2011-05-01 22:27:47eric.araujolinkissue10419 messages
2011-05-01 22:27:47eric.araujocreate