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 matrixise
Recipients docs@python, matrixise, skip.montanaro
Date 2018-01-18.13:58:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516283891.44.0.467229070634.issue32594@psf.upfronthosting.co.za>
In-reply-to
Content
but I can confirm your issue with 3.6.4+

Python 3.6.4+ (heads/3.6:f31c70b0d6, Jan 18 2018, 14:57:01) 
[GCC 7.2.1 20170915 (Red Hat 7.2.1-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.stderr.name
'<stderr>'
>>> f = open(sys.stderr.fileno())
>>> f.name
2
>>>
History
Date User Action Args
2018-01-18 13:58:11matrixisesetrecipients: + matrixise, skip.montanaro, docs@python
2018-01-18 13:58:11matrixisesetmessageid: <1516283891.44.0.467229070634.issue32594@psf.upfronthosting.co.za>
2018-01-18 13:58:11matrixiselinkissue32594 messages
2018-01-18 13:58:11matrixisecreate