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 vstinner
Recipients Yogesh.Chaudhari, ezio.melotti, kushal.das, nedbat, neologix, pitrou, r.david.murray, serhiy.storchaka, trent, vstinner
Date 2013-05-11.23:09:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb6_oz+PWh_J6kNvGs_yPSBmNFCndAvhe4WpPZAuXQFVg@mail.gmail.com>
In-reply-to <1368312366.6.0.333391901785.issue17914@psf.upfronthosting.co.za>
Content
Not being able to decide for the default value is not a problem: just an
optional "default" argument, which is 1 by default (most convinient value),
return default on error. os.get_terminal_size() has a similar API for
example.
History
Date User Action Args
2013-05-11 23:09:53vstinnersetrecipients: + vstinner, pitrou, nedbat, trent, ezio.melotti, r.david.murray, neologix, serhiy.storchaka, kushal.das, Yogesh.Chaudhari
2013-05-11 23:09:53vstinnerlinkissue17914 messages
2013-05-11 23:09:53vstinnercreate