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 Alexander.Belopolsky, Arfrever, belopolsky, eric.smith, loewis, mark.dickinson, pitrou, skrah, vstinner
Date 2012-02-06.22:59:17
SpamBayes Score 7.608764e-05
Marked as misclassified No
Message-id <1328569157.92.0.0655353450532.issue13882@psf.upfronthosting.co.za>
In-reply-to
Content
-    return posix_do_stat(self, args, "O&:stat", STAT, "U:stat", win32_stat_w);
+    return posix_do_stat(self, args, kw, "O&|O:stat", STAT, "U:stat", win32_stat_w);

The second format string should also be updated to "U|O:stat".
History
Date User Action Args
2012-02-06 22:59:18vstinnersetrecipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-06 22:59:17vstinnersetmessageid: <1328569157.92.0.0655353450532.issue13882@psf.upfronthosting.co.za>
2012-02-06 22:59:17vstinnerlinkissue13882 messages
2012-02-06 22:59:17vstinnercreate