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 Ben.Darnell
Recipients Ben.Darnell, Big Stone, asvetlov, lukasz.langa, vstinner, yselivanov
Date 2019-06-23.23:14:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561331699.75.0.719838579157.issue37373@roundup.psfhosted.org>
In-reply-to
Content
Yeah, it's definitely a hack. The argument for it, at best, is "practicality beats purity". The solution is two simple lines, but those lines need to be repeated in every project that depends on Tornado and cares about Windows, now or in the future. How many projects have to be affected to justify a hack like this? I'm not sure, but without this hack the add_reader methods, and by extension Tornado, will remain a compatibility trap.
History
Date User Action Args
2019-06-23 23:14:59Ben.Darnellsetrecipients: + Ben.Darnell, vstinner, asvetlov, lukasz.langa, yselivanov, Big Stone
2019-06-23 23:14:59Ben.Darnellsetmessageid: <1561331699.75.0.719838579157.issue37373@roundup.psfhosted.org>
2019-06-23 23:14:59Ben.Darnelllinkissue37373 messages
2019-06-23 23:14:59Ben.Darnellcreate