[issue36015] streamhandler cannot represent streams with an integer as name

2019-05-15 Thread Vinay Sajip
Change by Vinay Sajip : -- resolution: not a bug -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36015] streamhandler cannot represent streams with an integer as name

2019-05-15 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset 78dd781ef4d41dfefad53aa3bc52c39b0d443b19 by Vinay Sajip (Miss Islington (bot)) in branch '3.7': bpo-36015: Handle StreamHandler representaton of stream with an integer name (GH-11908) (GH-13183)

[issue36015] streamhandler cannot represent streams with an integer as name

2019-05-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +13098 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36015] streamhandler cannot represent streams with an integer as name

2019-05-07 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset ca87eebb22d202c33f3317cbf85059cadc64fa9f by Vinay Sajip (Riccardo Magliocchetti) in branch 'master': bpo-36015: Handle StreamHandler representaton of stream with an integer name (GH-11908)

[issue36015] streamhandler cannot represent streams with an integer as name

2019-05-07 Thread Riccardo Magliocchetti
Riccardo Magliocchetti added the comment: Friendly ping, would be helpful to get this resolved for 3.8.0. Thanks! -- ___ Python tracker ___

[issue36015] streamhandler cannot represent streams with an integer as name

2019-03-06 Thread Vinay Sajip
Vinay Sajip added the comment: Sorry, Riccardo, been very busy lately and not had time to look at it :-( Soon, I hope. -- ___ Python tracker ___

[issue36015] streamhandler cannot represent streams with an integer as name

2019-03-05 Thread Riccardo Magliocchetti
Riccardo Magliocchetti added the comment: @Vinay Do you have any update on this? thanks -- ___ Python tracker ___ ___

[issue36015] streamhandler cannot represent streams with an integer as name

2019-02-18 Thread Riccardo Magliocchetti
Riccardo Magliocchetti added the comment: Looking at Modules/_io/fileio.c::_io_FileIO___init___impl it seems an int for nameobj is just fine. Not sure I am looking at the right code though :) -- ___ Python tracker

[issue36015] streamhandler cannot represent streams with an integer as name

2019-02-18 Thread Vinay Sajip
Change by Vinay Sajip : -- title: streamhandler canont represent streams with an integer as name -> streamhandler cannot represent streams with an integer as name ___ Python tracker