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 r.david.murray
Recipients jgarver, r.david.murray
Date 2015-08-21.15:03:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440169431.2.0.540637751436.issue24903@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so I think the goal was to prevent more than one *directory* from being specified, since as I said earlier that wouldn't make sense given we have only a single destdir path.

However, for backward compatibility reasons we should probably not restrict it, but rather invoke the python "consenting adults" rule and let you shoot yourself in the foot that way if you want to.  It only affects error messages, after all.

So yeah, if you can build a new patch including some tests that would be great.  Best way is to check out the repository, switch to the 3.4 branch, edit the files, and use 'hg diff' to generate the patch.  Doing it that way makes it easy to test your changes.  But whatever method of coming up with a context diff that you care to use is also fine.

More detailed information about the normal workflow is in docs.python.org/devguide.  Note that in addition to the central repository at hg.python.org, there are also bitbucket and github mirrors, which should both be mentioned in the devguide (if they aren't, that's a bug in the devguide :)
History
Date User Action Args
2015-08-21 15:03:51r.david.murraysetrecipients: + r.david.murray, jgarver
2015-08-21 15:03:51r.david.murraysetmessageid: <1440169431.2.0.540637751436.issue24903@psf.upfronthosting.co.za>
2015-08-21 15:03:51r.david.murraylinkissue24903 messages
2015-08-21 15:03:50r.david.murraycreate