[issue11166] No exit when daemon thread is running.

2011-02-09 Thread Dan Mahn
New submission from Dan Mahn : I have a python-based test script that creates a daemon thread. The foreground basically runs a loop of commands, while the daemon thread sends some UDP data on the network. To stop the script, I use Control-C. This is running under 64-bit Windows (Vista

[issue11166] No exit when daemon thread is running.

2011-02-18 Thread Dan Mahn
Dan Mahn added the comment: Seems to be fixed in RC3 -- ___ Python tracker <http://bugs.python.org/issue11166> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11247] e

2011-02-18 Thread Dan Mahn
Changes by Dan Mahn : -- nosy: dmahn priority: normal severity: normal status: open title: e ___ Python tracker <http://bugs.python.org/issue11247> ___ ___ Pytho

[issue11247] Error sending packets to multicast IPV4 address

2011-02-18 Thread Dan Mahn
New submission from Dan Mahn : Can't send UDP packet to multicast address. See traceback. s.sendto( bytearray, ("227.5.6.7", 6543)) socket.error: [Errno 10065] A socket operation was attempted to an unreachable host -- components: +None title: e -> Error

[issue11247] Error sending packets to multicast IPV4 address

2011-02-18 Thread Dan Mahn
Dan Mahn added the comment: This has occurred in RC3 -- ___ Python tracker <http://bugs.python.org/issue11247> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5468] urlencode does not handle "bytes", and could easily handle alternate encodings

2009-03-10 Thread Dan Mahn
New submission from Dan Mahn : urllib.parse.urlencode() uses quote_plus() extensively to create a complete query string, but doesn't effectively/properly take advantage of the flexibility built into quote_plus(). Namely: 1) Instances of type "bytes" are not properly encoded, a

[issue5468] urlencode does not handle "bytes", and could easily handle alternate encodings

2009-03-10 Thread Dan Mahn
Dan Mahn added the comment: I also made some tests for the new code that could be added to the unit tests in test_urllib.py -- message_count: 1.0 -> 2.0 Added file: http://bugs.python.org/file13298/new_urlencode_tests.py ___ Python tracker &l

[issue5468] urlencode does not handle "bytes", and could easily handle alternate encodings

2009-03-26 Thread Dan Mahn
Dan Mahn added the comment: Hello. Thanks for the feedback. With regards to RFC 2396, I see this: http://www.ietf.org/rfc/rfc2396.txt There is a second translation for some resources: the sequence of octets defined by a component of the URI is subsequently used to represent a