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.snow
Recipients brett.cannon, eric.snow
Date 2012-07-13.04:49:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342154945.64.0.517159061832.issue15344@psf.upfronthosting.co.za>
In-reply-to
Content
When running make_a_box.py:

Fetching Mercurial ...
make_a_box.py:197: ResourceWarning: unclosed <socket.socket object, fd=3, family=2, type=1, proto=6>
  file_url = self._download_url()
Traceback (most recent call last):
  File "make_a_box.py", line 323, in <module>
    ins.create()
  File "make_a_box.py", line 219, in create
    self._create_mercurial()
  File "make_a_box.py", line 200, in _create_mercurial
    with open(os.path.join(self.directory, file_name), 'wb') as file:
IsADirectoryError: [Errno 21] Is a directory: 'Mercurial/'

Apparently running it more than once requires that you delete some things first.
History
Date User Action Args
2012-07-13 04:49:05eric.snowsetrecipients: + eric.snow, brett.cannon
2012-07-13 04:49:05eric.snowsetmessageid: <1342154945.64.0.517159061832.issue15344@psf.upfronthosting.co.za>
2012-07-13 04:49:05eric.snowlinkissue15344 messages
2012-07-13 04:49:04eric.snowcreate