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.

作者 vstinner
收信人 Alexander.Belopolsky, Arfrever, belopolsky, eric.smith, loewis, mark.dickinson, pitrou, skrah, vstinner
日期 2012-02-06.22:59:17
SpamBayes Score 7.608764e-05
Marked as misclassified
Message-id <1328569157.92.0.0655353450532.issue13882@psf.upfronthosting.co.za>
In-reply-to
内容
-    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".
历史
日期 用户 动作 参数
2012-02-06 22:59:18vstinner修改recipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-06 22:59:17vstinner修改messageid: <1328569157.92.0.0655353450532.issue13882@psf.upfronthosting.co.za>
2012-02-06 22:59:17vstinner链接issue13882 messages
2012-02-06 22:59:17vstinner创建