➜

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.

作者 chris.jerdonek
收信人 asvetlov, chris.jerdonek, christian.heimes, eric.araujo, ezio.melotti, gregory.p.smith, lyapun, neologix, pitrou, r.david.murray, tim.golden
日期 2012-11-05.10:25:49
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1352111149.63.0.684988660687.issue16353@psf.upfronthosting.co.za>
In-reply-to
内容
> Any interest in doing like os.get_terminal_size/shutil.get_terminal_size

If functions with two different behaviors are needed, I think the two functions should probably have different names (e.g. get_shell() and get_user_shell()).  Otherwise, it may create confusion as to which to call (or which is being called when reading code).

Moreover, it doesn't seem like the following guidance in the docs for which get_terminal_size() to use would hold in parallel for the shell variants: "shutil.get_terminal_size() is the high-level function which should normally be used, os.get_terminal_size is the low-level implementation."
历史
日期 用户 动作 参数
2012-11-05 10:25:49chris.jerdonek修改recipients: + chris.jerdonek, gregory.p.smith, pitrou, christian.heimes, tim.golden, ezio.melotti, eric.araujo, r.david.murray, asvetlov, neologix, lyapun
2012-11-05 10:25:49chris.jerdonek修改messageid: <1352111149.63.0.684988660687.issue16353@psf.upfronthosting.co.za>
2012-11-05 10:25:49chris.jerdonek链接issue16353 messages
2012-11-05 10:25:49chris.jerdonek创建