[issue3575] [py3k] tell() fails in some situation

2008-08-17 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: Sorry, fixed in r65760 and r65762. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python

[issue3575] [py3k] tell() fails in some situation

2008-08-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Please state the revision numbers when closing an issue due to a commit; this makes it easier to find the change later. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]>

[issue3575] [py3k] tell() fails in some situation

2008-08-17 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: OK, done. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3575] [py3k] tell() fails in some situation

2008-08-17 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Le dimanche 17 août 2008 à 11:44 +, Hirokazu Yamamoto a écrit : > Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: > > Well, MultibyteCodec_Decode() also uses Py_buffer in py3k but not in > trunk. Is this also backported? It shou

[issue3575] [py3k] tell() fails in some situation

2008-08-17 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: Well, MultibyteCodec_Decode() also uses Py_buffer in py3k but not in trunk. Is this also backported? ___ Python tracker <[EMAIL PROTECTED]>

[issue3575] [py3k] tell() fails in some situation

2008-08-17 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Your patch looks right to me. It should also be backported to 2.6. -- components: +Library (Lib) nosy: +pitrou ___ Python tracker <[EMAIL PROTECTED]>

[issue3575] [py3k] tell() fails in some situation

2008-08-17 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto <[EMAIL PROTECTED]>: Hello. I noticed test_mailbox (test_add) fails on my win2k machine. It's something like this. == ERROR: test_add (__main__.TestMbox)