[issue1711603] syslog syscall support for SysLogLogger

2007-09-26 Thread Luke-Jr
Luke-Jr added the comment: So label it a "design flaw" if not a bug. Syscalls are the primary and only guaranteed method of writing to the system log. Very few applications or users use sockets for syslog, and socket supp

[issue1208] Match object should be guaranteed to always be true

2007-09-26 Thread Georg Brandl
Georg Brandl added the comment: Fixed in the docs as r58270. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue1209] IOError won't accept tuples longer than 3

2007-09-26 Thread Georg Brandl
Georg Brandl added the comment: Wasn't that already fixed in #1566800? -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue1711603] syslog syscall support for SysLogLogger

2007-09-26 Thread Vinay Sajip
Vinay Sajip added the comment: It's only a bug when it doesn't work according to design. The present design seems adequate in that it allows syslogging via UDP or domain sockets. No one else has asked for the functionality of using system calls. BTW I note that Metalog's home page says it's a mod

[issue1210] imaplib does not run under Python 3

2007-09-26 Thread Martin v. Löwis
Martin v. Löwis added the comment: Would you like to work on a patch? -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list ma

[issue1752539] RotatingFileHandler.doRollover behave wrong vs. log4j's

2007-09-26 Thread Vinay Sajip
Vinay Sajip added the comment: I have now had some more time to think about this issue. I don't believe any changes are warranted, because "Errors should never pass silently. Unless explicitly silenced." and since rename errors are usually due to application- or environment-specific conditions, y

[issue1210] imaplib does not run under Python 3

2007-09-26 Thread Robert T McQuaid
New submission from Robert T McQuaid: imaplib does not run under Python 3. The following two-line python program, named testimap.py, works when run from a Windows XP system shell prompt using Python 2.5.1, but fails with Python 3.0. It appears that the logic does not follow the distinction betw

[issue1021] logging.basicConfig does not allow to set NOTSET level

2007-09-26 Thread Vinay Sajip
New submission from Vinay Sajip: Fix checked in to trunk - r58269. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1760556] logging.FileHandler may throw exception in flush()

2007-09-26 Thread Vinay Sajip
Vinay Sajip added the comment: Fix checked in to trunk: r58268 -- resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> _ __

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

2007-09-26 Thread jos
jos added the comment: Firefox 2.0.0.7 and Safari 2.0.4 can who this page. In my opinion, Python urllib should be more practical and provide a way to read this kind of page. "In general, an implementation must be conserva

[issue1209] IOError won't accept tuples longer than 3

2007-09-26 Thread Jim Jewett
New submission from Jim Jewett : EnvironmentError (including subclass IOError) has special treatment when constructed with a 2-tuple or 3-tuple. A four-tuple turns off this special treatment (and was used by urllib for th

[issue1208] Match object should be guaranteed to always be true

2007-09-26 Thread Martin Horcicka
New submission from Martin Horcicka: Many people expect the match object from the re module to always be true. They use it this way: if regexp.match(string): do_something() Some people do not expect it and use it differently: if regexp.match(string) is not None: do_something() Even in

[issue1207] Load tests from path (patch included)

2007-09-26 Thread Bluebird
New submission from Bluebird: Something very nice about unittest is that it can find automatically the TestCase that you declare, and the test methods of every test case. This makes the operation of adding or removing tests very simple. For test modules however, there is nothing to automatically

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

2007-09-26 Thread Guido van Rossum
Guido van Rossum added the comment: Maybe the French internet is incompatible with the rest of the world? :-) -- nosy: +gvanrossum __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1206] logging/__init__.py

2007-09-26 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1202] zlib.crc32() and adler32() return value

2007-09-26 Thread Guido van Rossum
Guido van Rossum added the comment: Since it's basically a magic cookie, not a meaningful numeric value, I'd propose sticking with backwards compatibility and fixing the 64-bit version to return a signed version. return x - ((x & 0x8000) <<1) anyone? -- nosy: +gvanrossum _

[issue1206] logging/__init__.py

2007-09-26 Thread Oleg Broytmann
New submission from Oleg Broytmann: See the thread in the python-dev mailing list: http://mail.python.org/pipermail/python-dev/2007-September/074732.html -- components: Library (Lib) files: __init__.py.patch messages: 56145 nosy: phd severity: minor status: open title: logging/__init__.p

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

2007-09-26 Thread Gabriel Genellina
Gabriel Genellina added the comment: This is a server bug. Internet Explorer 6 can't show the page either. The response is malformed; it uses chunked transfer, and RFC2616 section 3.6.1 says "The chunk-size field is a string of hex digits indicating the size of the chunk. The chunked encoding

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

2007-09-26 Thread Francesco Cosoleto
New submission from Francesco Cosoleto: urllib fail to read URL contents, urllib2 crash Python Python version: - Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [M