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 mu_mind
Recipients alexis, eric.araujo, mu_mind, python-dev, tarek
Date 2011-10-28.18:01:51
SpamBayes Score 1.5204112e-05
Marked as misclassified No
Message-id <1319824912.04.0.598558583219.issue13170@psf.upfronthosting.co.za>
In-reply-to
Content
>> The remaining test (test_command_install_data.InstallDataTestCase.test_simple_run) was
>> broken in r1152.
>This looks like a local revision number, which has no meaning outside of one specific repository.  What is the changeset identifier?  (see http://hgbook.red-bean.com/read/a-tour-of-mercurial-the-basics.html#id345536)
Oh, sorry, it's d1d251292ee7. (I got the short rev from the hg.python.org interface, so I thought it would be "authoritative" enough, but I guess it is ambiguous)

>> importing shutil from the stdlib is broken in that file besides.
> I don’t understand this.
When I do "import shutil" inside _backport/shutil.py, it seems to be importing itself (??) if I don't explicitly enable absolute imports (in python 2.7). If I delete the "class Error" definition and instead add "from shutil import Error", I get an ImportError.
History
Date User Action Args
2011-10-28 18:01:52mu_mindsetrecipients: + mu_mind, tarek, eric.araujo, alexis, python-dev
2011-10-28 18:01:52mu_mindsetmessageid: <1319824912.04.0.598558583219.issue13170@psf.upfronthosting.co.za>
2011-10-28 18:01:51mu_mindlinkissue13170 messages
2011-10-28 18:01:51mu_mindcreate