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 hynek
Recipients Ramchandra Apte, amak, eric.araujo, ezio.melotti, georg.brandl, giampaolo.rodola, hynek, ncoghlan, pmoody, python-dev, sandro.tosi, terry.reedy, tshepang
Date 2012-06-25.12:55:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340628917.35.0.460965505082.issue14814@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, we get the following warnings:

[ 26/369] test_ipaddress
/home/vagrant/default/Lib/ipaddress.py:1401: BytesWarning: str() on a bytes instance
  addr = str(address).split('/')
/home/vagrant/default/Lib/ipaddress.py:2004: BytesWarning: str() on a bytes instance
  addr = str(address).split('/')
/home/vagrant/default/Lib/ipaddress.py:1258: BytesWarning: str() on a bytes instance

Hadn't time yet to look into it, I might update the ticket as soon as I had.
History
Date User Action Args
2012-06-25 12:55:17hyneksetrecipients: + hynek, georg.brandl, terry.reedy, ncoghlan, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, sandro.tosi, tshepang, python-dev, Ramchandra Apte
2012-06-25 12:55:17hyneksetmessageid: <1340628917.35.0.460965505082.issue14814@psf.upfronthosting.co.za>
2012-06-25 12:55:16hyneklinkissue14814 messages
2012-06-25 12:55:16hynekcreate