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 python-dev
Recipients Arfrever, chris.jerdonek, eric.araujo, hynek, ncoghlan, pitrou, python-dev, r.david.murray, serhiy.storchaka, terry.reedy
Date 2014-08-24.09:24:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3hgrdk1rNDz7Ljg@mail.python.org>
In-reply-to
Content
New changeset d9607a71456e by Serhiy Storchaka in branch '3.4':
Issue #22034: Got rid of misleading error message for bytearray arguments in
http://hg.python.org/cpython/rev/d9607a71456e

New changeset db600c927b2b by Serhiy Storchaka in branch 'default':
Issue #22034: Improve handling of wrong argument types in posixpath.join().
http://hg.python.org/cpython/rev/db600c927b2b
History
Date User Action Args
2014-08-24 09:24:43python-devsetrecipients: + python-dev, terry.reedy, ncoghlan, pitrou, eric.araujo, Arfrever, r.david.murray, chris.jerdonek, hynek, serhiy.storchaka
2014-08-24 09:24:43python-devlinkissue22034 messages
2014-08-24 09:24:42python-devcreate