[Python-Dev] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes. (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Fri May 4 12:26:28 CEST 2012


On Fri, 4 May 2012 01:07:04 -0400 Benjamin Peterson <benjamin at python.org> wrote:

> +    if (times && (times != PyNone)) {

Conditions in parenthesis like this is not style.

If it's not style, then what is it? :-)



More information about the Python-Dev mailing list