[issue1719] Cosmetic patch for doc/code mismatch (msilib.UuidCreate)

2008-01-02 Thread Christian Heimes

Changes by Christian Heimes:


--
assignee:  - georg.brandl
nosy: +georg.brandl
priority:  - low

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1719
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1709] logging: log actual function name

2008-01-02 Thread umaxx

umaxx added the comment:

oops... i looked at python 2.4, not the latest trunk. my fault :(
please close this issue.

sorry for the noise...

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1709
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1700] Regular Expression inline flags not handled correctly for some unicode characters

2008-01-02 Thread Fredrik Lundh

Fredrik Lundh added the comment:

Looks like the wrong execution flags are being passed to the function
that creates the actual pattern object; the SRE compiler does the right
thing, but the engine isn't running with the right flags in the last
case.  Changing the call to _sre.compile in sre_compile.py to:

return _sre.compile(
pattern, flags | p.pattern.flags, code,
p.pattern.groups-1,
groupindex, indexgroup
)

should do the trick, I think.  (got no time to fix my broken Python SVN
setup right now, but if someone wants to verify this and add the
necessary tests to the test suite, be my guest).

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1700
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1709] logging: log actual function name

2008-01-02 Thread Vinay Sajip

Changes by Vinay Sajip:


--
status: pending - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1709
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1700463] VC6 build patch for trunk

2008-01-02 Thread Hirokazu Yamamoto

Hirokazu Yamamoto added the comment:

I updated the patch.
- Added missing _msi support
- Workaround for PC/msvcrtmodule.c (getwch not exists on VC6)

Added file: http://bugs.python.org/file9042/vc6-trunk-ver3.patch

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1700463
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1720] VC6 build patch for release-maint25

2008-01-02 Thread Hirokazu Yamamoto

New submission from Hirokazu Yamamoto:

Hello. This patch adds missing _msi support.
I confirmed msi file was successfully created for simple
.py extension via setup.py bdist_msi. Thank you.

--
components: Build
files: vc6-release-maint25.patch
messages: 59094
nosy: ocean-city
severity: normal
status: open
title: VC6 build patch for release-maint25
versions: Python 2.5
Added file: http://bugs.python.org/file9043/vc6-release-maint25.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1720
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1721] _tkinter.c:903: AsObj: Assertion `size size * sizeof(Tcl_UniChar)' failed

2008-01-02 Thread Christian Heimes

New submission from Christian Heimes:

$ ./python Lib/idlelib/idle.py
python: /home/heimes/dev/python/py3k/Modules/_tkinter.c:903: AsObj:
Assertion `size  size * sizeof(Tcl_UniChar)' failed.
Aborted

The code works when I change the assertion from  to =. My Python
3.0 is compiled with unicode=UCS-4 and Tcl is the default installation
of Ubuntu (probably UCS-2?).

--
components: IDLE, Tkinter
keywords: py3k
messages: 59095
nosy: tiran
priority: normal
severity: normal
status: open
title: _tkinter.c:903: AsObj: Assertion `size  size * sizeof(Tcl_UniChar)' 
failed
versions: Python 3.0

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1721
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1720] VC6 build patch for release-maint25

2008-01-02 Thread Christian Heimes

Christian Heimes added the comment:

Do you have time to check and fix the VC6 build directories of Python
2.6 and 3.0, too? I don't think that they are up to date.

--
assignee:  - loewis
keywords: +patch
nosy: +loewis, tiran
priority:  - low

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1720
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1696] Distutils ignore dry-run flag at clean-up of distutils.command.build_scripts.copy_scripts

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

I'm not a big distutils expert myself, I can't quite interpret your
feedback. In dry-run mode, it shouldn't try to copy the script, correct?

--
keywords: +patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1696
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1721] _tkinter.c:903: AsObj: Assertion `size size * sizeof(Tcl_UniChar)' failed

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

How about 2.6?

--
assignee:  - loewis
nosy: +gvanrossum, loewis

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1721
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1696] Distutils ignore dry-run flag at clean-up of distutils.command.build_scripts.copy_scripts

2008-01-02 Thread toxik

toxik added the comment:

It shouldn't try to copy the script anywhere, it should just tell me
what it was going to do, by means of console.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1696
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1696] Distutils ignore dry-run flag at clean-up of distutils.command.build_scripts.copy_scripts

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

So that's correct behavior right?  (I looked at the code for copy_file()
in cmd.py and it passes the dry_run parameter to the file utility
function that does the actual copying.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1696
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1722] Undocumented urllib functions

2008-01-02 Thread Barry A. Warsaw

Changes by Barry A. Warsaw:


--
components: Documentation
nosy: barry
priority: low
severity: normal
status: open
title: Undocumented urllib functions
versions: Python 2.5

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1722
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1696] Distutils ignore dry-run flag at clean-up of distutils.command.build_scripts.copy_scripts

2008-01-02 Thread toxik

toxik added the comment:

Mmh, well, as far as I could tell when I tested your patch, it didn't
say it's going to copy the file, but it didn't say it isn't going to either.

As far as this ticket is concerned however, I'd say the behavior is now
fixed.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1696
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1722] Undocumented urllib functions

2008-01-02 Thread Barry A. Warsaw

New submission from Barry A. Warsaw:

urllib.splithost() and .splittype() are included in urllib's __all__ but
are not documented in urllib's module documentation.  They are used
quite extensively in the module so they should be documented

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1722
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1722] Undocumented urllib functions

2008-01-02 Thread Guido van Rossum

Changes by Guido van Rossum:


--
assignee:  - georg.brandl
nosy: +georg.brandl

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1722
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1696] Distutils ignore dry-run flag at clean-up of distutils.command.build_scripts.copy_scripts

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

Committed revision 59668.  (2.5 branch)
Committed revision 59669.  (2.6 trunk)

--
resolution:  - fixed
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1696
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1721] _tkinter.c:903: AsObj: Assertion `size size * sizeof(Tcl_UniChar)' failed

2008-01-02 Thread Martin v. Löwis

Martin v. Löwis added the comment:

I think this is a duplicate of #1301 (reopen if you think it's not),
where I think Facundo makes an excellent point.

--
resolution:  - duplicate
status: open - closed
superseder:  - Bad assertion in _tkinter.c

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1721
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1301] Bad assertion in _tkinter.c

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

So what's the correct fix? Skip the whole block if size==0?

--
nosy: +gvanrossum

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1301
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1708] improvements for linecache

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

I'll look at this when I have time. If you find someone else interested
in reviewing, please give them the patch!

--
assignee:  - gvanrossum
keywords: +patch
nosy: +gvanrossum
priority:  - low

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1708
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1301] Bad assertion in _tkinter.c

2008-01-02 Thread Christian Heimes

Christian Heimes added the comment:

I've hit the same bug today. I vote for the removal of the assert() and
a skip of the entire block if size == 0. I don't see what the assert()
should test.

--
nosy: +tiran
versions: +Python 2.6, Python 3.0

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1301
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1692] Syntax Error exception dosen't print string; not informative

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

Yup.  Same if the exception comes in a file.  I'll try to free up some
cycles to look into this.  Thanks for the report!

--
assignee:  - gvanrossum
nosy: +gvanrossum

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1692
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1698] urlparse and usernames containing @

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

Could you please add a unit test for this?  Then I can check it in.

I'm thinking this could safely be fixed in 2.5.2.

--
assignee:  - gvanrossum
nosy: +gvanrossum
resolution:  - accepted

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1698
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1205] urllib fail to read URL contents, urllib2 crash Python

2008-01-02 Thread Guido van Rossum

Changes by Guido van Rossum:


--
resolution:  - wont fix
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1205
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1723] Respuesta automática de Yahoo!

2008-01-02 Thread Gabriel Genellina

New submission from Gabriel Genellina:

Estoy de vacaciones hasta el 15 de enero!

On holiday until Jan 15!

--
messages: 59110
nosy: gagenellina
severity: normal
status: open
title: Respuesta automática de Yahoo!

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1723
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1723] Respuesta automática de Yahoo!

2008-01-02 Thread Guido van Rossum

Changes by Guido van Rossum:


--
nosy:  -gagenellina
resolution:  - invalid
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1723
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1724] Py_SIZE() macro used as an lvalue

2008-01-02 Thread Raymond Hettinger

New submission from Raymond Hettinger:

Don't know if this was intended.  Here's a example from rev 56476 in
arraymodule.c:

-   op-ob_size = size;
+   Py_Size(op) = size;

--
assignee: loewis
components: Interpreter Core
messages: 59111
nosy: loewis, rhettinger
severity: normal
status: open
title: Py_SIZE() macro used as an lvalue
versions: Python 2.6

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1724
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1724] Py_SIZE() macro used as an lvalue

2008-01-02 Thread Martin v. Löwis

Martin v. Löwis added the comment:

Certainly. This macro definitely *is* an lvalue.

--
resolution:  - invalid
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1724
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1725] -1e-1000 converted incorrectly

2008-01-02 Thread Guido van Rossum

New submission from Guido van Rossum:

Since 1e-1000 == 0.0 (on an IEEE-754 platform anyway), I would expect
-1e-1000 to be -0.0.  But it does not appear that way:

 1e-1000
0.0
 -0.0
-0.0
 -1e-1000
0.0

However (correctly):

 (-1.0) * 1e-1000
-0.0
 -(1e-1000)
-0.0

I suspect the optimization for -x where x is a float literal is
incorrectly triggering here.

--
messages: 59113
nosy: gvanrossum
severity: normal
status: open
title: -1e-1000 converted incorrectly
versions: Python 2.5, Python 2.6, Python 3.0

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1725
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1725] -1e-1000 converted incorrectly

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

BTW this was on x86 Linux.  On x86 OSX (10.4, Tiger) it works correctly:

 -1e-1000
-0.0

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1725
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1640] Enhancements for mathmodule

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

One nit: you added a blank line to the end of test_math.py.
This will cause the checkin to fail. :-)

One bigger issue: the sign() function doesn't seem to work properly for
nans.  E.g. on Linux I get:

 inf = 1e1000
 nan = inf/inf
 mnan = -nan
 math.sign(nan)
-1
 math.sign(mnan)
1

IOW a positive nan is considered negative and vice versa.  (This is
probably due to the way nans defy testing, always returning false.)

I'm also curious why math.sign(0.0) returns 1 -- this is going to cause
a lot of confusion.

This is also missing doc patches.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1640
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1567] Patch for new API method _PyImport_ImportModuleNoLock(char *name)

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

Can you produce a version of the patch that applies cleanly to 2.6? Then
we can apply it there first and merge into 3.0 later.

But I wonder.  It seems this changes every single call to
PyImport_ImportModule() in the core to _PyImport_ImportModuleNoLock(). 
What's the point of the lock at that point?

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1567
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1205] urllib fail to read URL contents, urllib2 crash Python

2008-01-02 Thread Francesco Cosoleto

Francesco Cosoleto added the comment:

Sorry, but I don't understand reason to close this issue with 
resolution wont fix. The problem was reproducible and his logic 
explained by more developers. If the problem has been resolved, then, 
please, change resolution field to fixed, else a patch request is 
pending (see msg56162). No? :-( Of course - it was predictable - the 
bug isn't reproducible now also using previous Python version: 

$ wget -c http://www.recherche.fr/encyclopedie/Thomas-Robert_Bugeaud
[..omisss..]
02:08:34 (4.28 KB/s) - Thomas-Robert_Bugeaud salvato [65107] 



Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) 
 url = http://www.recherche.fr/encyclopedie/Thomas-Robert_Bugeaud;
 a = urllib.urlopen(url) ; c = a.read(1024 * 1024 * 2)
 len(c)
65169

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1205
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1205] urllib fail to read URL contents, urllib2 crash Python

2008-01-02 Thread Guido van Rossum

Guido van Rossum added the comment:

I'm just following the last post's suggestion Should we close this then?

My message (somebody should submit a patch) was sarcastic --- it was
in reference to the comment that Python should be more practical.

Since no patch was applied, I don't know why won't fix isn't a
perfectly adequate description of the reason for closure.

If you want me to reopen this, please submit a patch.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1205
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1689] Backport PEP 3141 to 2.6

2008-01-02 Thread Jeffrey Yasskin

Jeffrey Yasskin added the comment:

I've committed this as r59671, except that round() returns a float again
to make sure we keep compatibility. Let me know if you find anything
that needs fixing.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1689
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1725] -1e-1000 converted incorrectly

2008-01-02 Thread Mark Dickinson

Mark Dickinson added the comment:

Tracing the calls through ast_for_factor - ast_for_atom - parsenumber - 
PyOS_ascii_atof - 
PyOS_ascii_strtod - strtod, it looks as though the cause is simply that strtod 
behaves differently on 
the two platforms.  I get that the following code:

#include stdio.h
#include stdlib.h

int main() {
  char *fail_pos;
  double x;
  
  x = strtod(-1e-1000, fail_pos);
  printf(Result: %f\n, x);

  return 0;
}

produces 0.00 on Linux (SuSE 10.2) and -0.00 on OS X 10.4.11.

--
nosy: +marketdickinson

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1725
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1720] VC6 build patch for release-maint25

2008-01-02 Thread Hirokazu Yamamoto

Hirokazu Yamamoto added the comment:

The patch for 2.6 is in issue1700463.
I don't have a patch for 3.0 yet, but I'll try to make it.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1720
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1700463] VC6 build patch for trunk

2008-01-02 Thread Hirokazu Yamamoto

Hirokazu Yamamoto added the comment:

Sorry, I updated the patch again.
- Add Python/pystrcmp.c to pythoncore.dsp.
- Rev59671 contains intptr_t unavailable on VC6, avoid compile error by 
using PyLong_FromVoidPtr().

Added file: http://bugs.python.org/file9044/vc6-trunk-ver4.patch

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1700463
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1700463] VC6 build patch for trunk

2008-01-02 Thread Hirokazu Yamamoto

Hirokazu Yamamoto added the comment:

Ummm, I realized my change is probably inproper... 

Index: Objects/intobject.c
===
--- Objects/intobject.c (revision 59671)
+++ Objects/intobject.c (working copy)
@@ -1053,7 +1053,7 @@
 
 static PyObject *
 int_getN(PyIntObject *v, void *context) {
-   return PyInt_FromLong((intptr_t)context);
+   return PyLong_FromVoidPtr(context);
 }

I recreated the patch against rev59669 for now. Please try my patch on 
that revision. Currently, VC6 cannot compile python on HEAD.

Added file: http://bugs.python.org/file9045/vc6-trunk-ver4b.patch

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1700463
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1700463] VC6 build patch for trunk

2008-01-02 Thread Hirokazu Yamamoto

Hirokazu Yamamoto added the comment:

Umm, I found Py_intptr_t...
OK, VC6 can compile HEAD. Please forget previous patch. I confirmed 
test_long.py, test_math.py, test_builtin.py successfully runs.

Added file: http://bugs.python.org/file9046/vc6-trunk-ver4c.patch

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1700463
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com