[issue5702] str.isprintable() -> str.is_printable()

2009-04-05 Thread Benjamin Peterson
Benjamin Peterson added the comment: Sorry, it has already been released this way. Besides, all other str methods follow this convention. -- nosy: +benjamin.peterson resolution: -> rejected status: open -> closed ___ Python tracker

[issue5702] str.isprintable() -> str.is_printable()

2009-04-05 Thread Retro
New submission from Retro : Please consider of making the descriptor isprintable() of the str object be named with an underscore as is_printable(). -- components: Demos and Tools messages: 85571 nosy: Retro severity: normal status: open title: str.isprintable() -> str.is_printable() vers