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 brian.curtin
Recipients brian.curtin, eric.smith, georg.brandl, jaraco, loewis, nadeem.vawda, ocean-city, santoso.wijaya, tim.golden, vstinner
Date 2011-06-07.13:28:28
SpamBayes Score 1.7212604e-10
Marked as misclassified No
Message-id <1307453313.16.0.118228474596.issue12084@psf.upfronthosting.co.za>
In-reply-to
Content
I should have specified - the patch is for 3.2. 2.7 code in this area is different but I'll get to that, and default/3.3 will also get this patch but it'll probably require some tweaking.

I guess I went overboard on the refactoring which is why Victor is seeing errors and has the issues with Unicode related stuff. I'll have to put back in the narrow version of the win32_xstat_impl function for now. I'm not comfortable messing with something new and fancy this late in the cycle so I'll just go back to a structure that worked and figure out something better later on.


I'd rather figure out the test_rmdir_on_directory_link_to_missing_target stuff on another issue - this issue has already held up the release long enough.
History
Date User Action Args
2011-06-07 13:28:33brian.curtinsetrecipients: + brian.curtin, loewis, georg.brandl, jaraco, vstinner, ocean-city, eric.smith, tim.golden, nadeem.vawda, santoso.wijaya
2011-06-07 13:28:33brian.curtinsetmessageid: <1307453313.16.0.118228474596.issue12084@psf.upfronthosting.co.za>
2011-06-07 13:28:29brian.curtinlinkissue12084 messages
2011-06-07 13:28:28brian.curtincreate