[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
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
- Next message: [Python-Dev] [Python-checkins] cpython: avoid unitialized memory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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? :-)
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
- Next message: [Python-Dev] [Python-checkins] cpython: avoid unitialized memory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]