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 chris.jerdonek
Recipients cbc, chris.jerdonek
Date 2012-08-02.15:51:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343922695.66.0.659358115557.issue15518@psf.upfronthosting.co.za>
In-reply-to
Content
> Of the three approaches, regex, cd, or decoration, which do you see as most likely to be accepted?

In my limited experience, I think the patch most likely to be accepted is the one that changes existing code the least. That would mean adding to the practices you're observing, unfortunately. Personally, I would go with trying to use test.support.temp_cwd() and doing an exact string match (since it provides a more precise test) -- taking appropriate cross-platform measures as necessary.

> I do really appreciate your advice, core developer or not. You are the only one providing advice here.

You're welcome. I'm in the same boat as you, so I know how it feels.
History
Date User Action Args
2012-08-02 15:51:35chris.jerdoneksetrecipients: + chris.jerdonek, cbc
2012-08-02 15:51:35chris.jerdoneksetmessageid: <1343922695.66.0.659358115557.issue15518@psf.upfronthosting.co.za>
2012-08-02 15:51:35chris.jerdoneklinkissue15518 messages
2012-08-02 15:51:34chris.jerdonekcreate