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 ezio.melotti
Recipients brett.cannon, chris.jerdonek, ezio.melotti, ned.deily, pitrou, r.david.murray, vstinner
Date 2013-03-29.18:27:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364581645.48.0.24244462867.issue17554@psf.upfronthosting.co.za>
In-reply-to
Content
The tests enabled by -uall (and probably -unetwork) use open_urlresource, and open_urlresource has a "print('\tfetching %s ...' % url, file=get_original_stdout())".  This should probably be printed only when -v is passed.
History
Date User Action Args
2013-03-29 18:27:25ezio.melottisetrecipients: + ezio.melotti, brett.cannon, pitrou, vstinner, ned.deily, r.david.murray, chris.jerdonek
2013-03-29 18:27:25ezio.melottisetmessageid: <1364581645.48.0.24244462867.issue17554@psf.upfronthosting.co.za>
2013-03-29 18:27:25ezio.melottilinkissue17554 messages
2013-03-29 18:27:25ezio.melotticreate