]> granicus.if.org Git - python/commit
Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.
authorChristian Heimes <christian@cheimes.de>
Sun, 23 Jun 2013 20:57:02 +0000 (22:57 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 23 Jun 2013 20:57:02 +0000 (22:57 +0200)
commit858c9471558845a3767480eea8905752282f3a27
treead74b44a132456eac758c0937bd346818cd1e981
parent5707d508e1b589045ce1062da3497ad9653f1cf6
Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.
Add extra braces to S_IS*() macros
Modules/_stat.c