[issue15238] shutil.copystat should copy Linux extended attributes

2012-07-03 Thread Larry Hastings
Larry Hastings added the comment: First patch. -- keywords: +patch Added file: http://bugs.python.org/file26238/larry.copystat.xattrs.1.diff ___ Python tracker ___ _

[issue15178] Doctest should handle situations when test files are not readable

2012-07-03 Thread Bohuslav "Slavek" Kabrda
Bohuslav "Slavek" Kabrda added the comment: Fifth version :) - On failure in a loaded test, the _test function returns, so this behaviour is preserved. - During _test function, count of both loaded and non-loaded files is kept. - If a file fails to be loaded, the tests continue, but a non-zero

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Added file: http://bugs.python.org/file26240/poplib_02_server_capabilities.diff ___ Python tracker ___ ___ Pyth

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Removed file: http://bugs.python.org/file26133/poplib_02_server_capabilities.diff ___ Python tracker ___ ___ P

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Removed file: http://bugs.python.org/file26134/poplib_03_starttls.diff ___ Python tracker ___ ___ Python-bugs-l

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Added file: http://bugs.python.org/file26241/poplib_03_starttls.diff ___ Python tracker ___ ___ Python-bugs-lis

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Added file: http://bugs.python.org/file26242/poplib_03_starttls.diff ___ Python tracker ___ ___ Python-bugs-lis

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Removed file: http://bugs.python.org/file26241/poplib_03_starttls.diff ___ Python tracker ___ ___ Python-bugs-l

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Lorenzo M. Catucci added the comment: I've refreshed once more the patches, adding the implementation of the stls command in test_poplib.py. IMHO, the changes as they stand now are low risk, and could as well go into 3.3. With many thanks to Giampaolo for implementing the asynchat/asyncore po

[issue15242] PyImport_GetMagicTag() should use the same const char * as sys.implementation.cache_tag

2012-07-03 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Can the #defines appear in pyconfig.h instead? I find it easier to discover them this way, and will also simplify the implementation on Windows. -- ___ Python tracker

[issue15233] atexit: guarantee order of execution of registered functions?

2012-07-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Does anyone else have an opinion one way or another? I'm neutral. -- ___ Python tracker ___ ___

[issue14902] test_logging failed

2012-07-03 Thread Vinay Sajip
Changes by Vinay Sajip : -- assignee: -> vinay.sajip nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue15210] importlib.__init__ checks for the wrong exception when looking for _frozen_importlib

2012-07-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ping. The test fails erratically on many buildbots. -- nosy: +pitrou status: closed -> open ___ Python tracker ___

[issue15139] Speed up threading.Condition wakeup

2012-07-03 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Thank you Richard. A new patch is included. Now the processing of "timeout" is done in _acquire_condition(). None is infinite, and negative timeouts are clipped to zero. Do you feel that it is unnecessary to be able to support other locks than Lock

[issue1667] license() does not process keyboard input correctly

2012-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7ccc2cea6969 by Jesus Cea in branch '2.7': Issue #1667: Unused variable warning in Non-Windows http://hg.python.org/cpython/rev/7ccc2cea6969 -- nosy: +python-dev ___ Python tracker

[issue1677] Ctrl-C will exit out of Python interpreter in Windows

2012-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2de5c9ced464 by Jesus Cea in branch '2.7': Issue #1677: Unused variable warning in Non-Windows http://hg.python.org/cpython/rev/2de5c9ced464 -- ___ Python tracker

[issue1677] Ctrl-C will exit out of Python interpreter in Windows

2012-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4de541fbdd58 by Jesus Cea in branch '3.2': Issue #1677: Unused variable warning in Non-Windows http://hg.python.org/cpython/rev/4de541fbdd58 New changeset 7937aa6b7e92 by Jesus Cea in branch 'default': NULL MERGE: Issue #1677: Unused variable warni

[issue1677] Ctrl-C will exit out of Python interpreter in Windows

2012-07-03 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue1677] Ctrl-C will exit out of Python interpreter in Windows

2012-07-03 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- versions: -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue14902] test_logging failed

2012-07-03 Thread Vinay Sajip
Vinay Sajip added the comment: @Yuriy: I set my location to Moscow (using the Gnome date widget) and ran the test, but no failure occurs. vinay@eta-jaunty:~/projects/python/default$ date Tue Jul 3 15:12:39 MSD 2012 vinay@eta-jaunty:~/projects/python/default$ ./python Lib/test/regrtest.py tes

[issue14902] test_logging failed

2012-07-03 Thread Yuriy Syrovetskiy
Yuriy Syrovetskiy added the comment: @vinay.sajip My time.timezone is -14400. What is yours? -- ___ Python tracker ___ ___ Python-bug

[issue14902] test_logging failed

2012-07-03 Thread Yuriy Syrovetskiy
Yuriy Syrovetskiy added the comment: And datetime.datetime.now().tzinfo is always None. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue15180] Cryptic traceback from os.path.join when mixing str & bytes

2012-07-03 Thread Hynek Schlawack
Hynek Schlawack added the comment: Cool, I'll finish it up in the sprints on Saturday. -- ___ Python tracker ___ ___ Python-bugs-list

[issue14902] test_logging failed

2012-07-03 Thread Juancarlo Añez
Juancarlo Añez added the comment: @Vinay The test *is* broken in theory, because it uses today's time.timezone to make calculations over a datetime in the past (1993), even when official time zones have changes in recent years for Caracas, Moscow, and others: http://www.timeanddate.com/news/t

[issue14902] test_logging failed

2012-07-03 Thread Juancarlo Añez
Juancarlo Añez added the comment: > And datetime.datetime.now().tzinfo is always None. I can reproduce that. -- ___ Python tracker ___ _

[issue11880] add a {dist-info} category to distutils2

2012-07-03 Thread Daniel Holth
Daniel Holth added the comment: I appreciate it. I had trouble using the patch system after that. I will see whether I can generate a better one. Daniel Holth On Jul 3, 2012, at 12:49 AM, Éric Araujo wrote: > > Éric Araujo added the comment: > > Did a first review on Rietveld, but I see

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Lorenzo, 3.3 is in beta mode now. No new features accepted :-(. Please, fulfill a PSF contributor agreement http://www.python.org/psf/contrib/ -- ___ Python tracker _

[issue15033] Different exit status when using -m

2012-07-03 Thread Jeff Knupp
Jeff Knupp added the comment: Fixed for 3.3. Does this need to be back ported as well? -- keywords: +patch nosy: +Jeff.Knupp Added file: http://bugs.python.org/file26244/exit_code.patch ___ Python tracker

[issue15033] Different exit status when using -m

2012-07-03 Thread Jeff Knupp
Jeff Knupp added the comment: And by 'Fixed' I of course meant 'Patched, awaiting review'. -- ___ Python tracker ___ ___ Python-bugs-

[issue14902] test_logging failed

2012-07-03 Thread Vinay Sajip
Vinay Sajip added the comment: Sorry, I didn't quite grasp what the problem was before (timezones changing over time). I understand better now :-) @Yuriy: On my test machine (Ubuntu Jaunty), with Moscow set as my location, the value of time.timezone is -10800 (for Caracas, it's 16200). The d

[issue14902] test_logging failed

2012-07-03 Thread Vinay Sajip
Vinay Sajip added the comment: BTW I just noticed that you created this issue on 24 May. Sorry I only saw it today - in future, if you add logging issues, please add me to the nosy list, and that way I'll pick it up sooner. Usually one of the other committers adds me, but this time no-one did

[issue15243] Misleading documentation for __prepare__

2012-07-03 Thread William Schwartz
New submission from William Schwartz : Section 3.3.3.2. "Preparing the class namespace" of the documentation (http://docs.python.org/dev/reference/datamodel.html#preparing-the-class-namespace) states that "If the metaclass has a __prepare__ attribute, it is called as ``namespace = metaclass.__

[issue15243] Misleading documentation for __prepare__

2012-07-03 Thread William Schwartz
William Schwartz added the comment: Attached a unittest script to demonstrate that __prepare__ is implicitly a staticmethod. -- Added file: http://bugs.python.org/file26245/test_metaclass.py ___ Python tracker __

[issue14902] test_logging failed

2012-07-03 Thread Juancarlo Añez
Juancarlo Añez added the comment: I did extensive testing on time.timezone, and it is correct as far as the current date is concerned. The problem, as mentioned before, is that test_logging is using time.timezone for dates in the past for which the time zone may have been different from the c

[issue15241] venv module and pyvenv script documented, but not python behavior itself

2012-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a39ea2c1b11 by Vinay Sajip in branch 'default': Issue 15241: Improved site.py documentation relating to venvs. http://hg.python.org/cpython/rev/4a39ea2c1b11 -- nosy: +python-dev ___ Python tracker

[issue13405] Add DTrace probes

2012-07-03 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : Added file: http://bugs.python.org/file26247/56ac083c60dc.diff ___ Python tracker ___ ___ Python-bugs-list mailin

[issue13405] Add DTrace probes

2012-07-03 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : Added file: http://bugs.python.org/file26248/d12ded643482.diff ___ Python tracker ___ ___ Python-bugs-list mailin

[issue13405] Add DTrace probes

2012-07-03 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Thanks to Marc Abramowitz huge help and support, current patch builds and works perfectly fine under: 1. x86 32 and 64 bits, static and shared library, Solaris 10. 2. x86 32 and 64 bits, static and shared library, OpenSolaris derivatives (Solaris 11, Openin

[issue13405] Add DTrace probes

2012-07-03 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue15241] venv module and pyvenv script documented, but not python behavior itself

2012-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 18c2519b9114 by Vinay Sajip in branch 'default': Issue #15241: Added test for venv prefixes. http://hg.python.org/cpython/rev/18c2519b9114 -- ___ Python tracker _

[issue15241] venv module and pyvenv script documented, but not python behavior itself

2012-07-03 Thread Vinay Sajip
Vinay Sajip added the comment: Note that the prefix values (and their meanings in venv/non-venv environments) are documented in the sys module. -- ___ Python tracker ___ __

[issue13405] Add DTrace probes

2012-07-03 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : Removed file: http://bugs.python.org/file25192/aa2dcffa267f.diff ___ Python tracker ___ ___ Python-bugs-list mail

[issue13405] Add DTrace probes

2012-07-03 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : Removed file: http://bugs.python.org/file25203/4a072278b866.diff ___ Python tracker ___ ___ Python-bugs-list mail

[issue15241] venv module and pyvenv script documented, but not python behavior itself

2012-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74fea1763d02 by Vinay Sajip in branch 'default': Closes #15241: Added information on venv prefixes to pyvenv section. http://hg.python.org/cpython/rev/74fea1763d02 -- resolution: -> fixed stage: -> committed/rejected status: open -> close

[issue14902] test_logging failed

2012-07-03 Thread Vinay Sajip
Vinay Sajip added the comment: Yes, thanks for doing the detailed analysis. I see that the original code was trying to adjust the timezone for a past time effectively using current timezone rules, which is why it doesn't work. Your patch appears equivalent to the slightly simpler dt = dateti

[issue15243] Misleading documentation for __prepare__

2012-07-03 Thread Daniel Urban
Changes by Daniel Urban : -- nosy: +daniel.urban ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue14902] test_logging failed

2012-07-03 Thread Juancarlo Añez
Juancarlo Añez added the comment: @Vinay No reason. datetime.astimezone(None) is documented in 3.3. You may even use: r.created = time.mktime(dt.astimezone().timetuple()) -- ___ Python tracker __

[issue14902] test_logging failed

2012-07-03 Thread Juancarlo Añez
Changes by Juancarlo Añez : -- type: compile error -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15244] Support for opening files with FILE_SHARE_DELETE on Windows

2012-07-03 Thread Richard Oudkerk
New submission from Richard Oudkerk : On Unix, files (unless specifically locked) can be renamed and deleted while file descriptors for the file remain open. The file descriptors remain valid even after deletion of the file. On Windows this is not possible for files opened using io.open() or

[issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows

2012-07-03 Thread Richard Oudkerk
Richard Oudkerk added the comment: I have opened Issue #15244 with a patch to add a share module to the stdlib. After monkey patching builtins.open(), io.open() and os.open() to be equivalents using FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE, the regression test suite still runs s

[issue1602] windows console doesn't print or input Unicode

2012-07-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: I was reporting stock, as distributed 3.3b0. Is unicode3.py something to run once or import in each app that wants unicode output? Either way, if it is possible to fix the console, why is it not distribute it with the fix? >Terry, applications for non-progra

[issue1602] windows console doesn't print or input Unicode

2012-07-03 Thread Glenn Linderman
Glenn Linderman added the comment: Terry said: Is unicode3.py something to run once or import in each app that wants unicode output? I say: The latter... import it. Terry said: Either way, if it is possible to fix the console, why is it not distribute it with the fix? I say: Not sure what

[issue14455] plistlib unable to read json and binary plist files

2012-07-03 Thread Mark Grandi
Mark Grandi added the comment: Hi, I noticed in the latest message that d9pounces posted that "JSON format does not allow dates and data, so XML is used by default to write files.". Rthe XML version of plists also do not really 'support' those types, and they are converted as follows: NSDat

[issue15245] ast.literal_eval on some literals

2012-07-03 Thread João Bernardo
New submission from João Bernardo : `ast.literal_eval` is very strict on names, so it seems to lack some "literals" that may be result of `repr` on built-in objects. -> Obvious cases: ast.literal_eval('...') ast.literal_eval('Ellipsis') both result on ValueError. -> Not so obvious: nan_na

[issue14902] test_logging failed

2012-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 56260d30985d by Vinay Sajip in branch 'default': Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based. http://hg.python.org/cpyt

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Added file: http://bugs.python.org/file26250/poplib_01_socket_shutdown_v3.diff ___ Python tracker ___ ___ Pytho

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Added file: http://bugs.python.org/file26251/poplib_02_server_capabilities_v3.diff ___ Python tracker ___ ___

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Added file: http://bugs.python.org/file26252/poplib_03_starttls_v3.diff ___ Python tracker ___ ___ Python-bugs-

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Removed file: http://bugs.python.org/file26132/poplib_01_socket_shutdown.diff ___ Python tracker ___ ___ Python

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Removed file: http://bugs.python.org/file26240/poplib_02_server_capabilities.diff ___ Python tracker ___ ___ P

[issue4473] POP3 missing support for starttls

2012-07-03 Thread Lorenzo M. Catucci
Changes by Lorenzo M. Catucci : Removed file: http://bugs.python.org/file26242/poplib_03_starttls.diff ___ Python tracker ___ ___ Python-bugs-l

[issue12967] IDLE RPC Proxy for standard IO streams lacks 'errors' attribute

2012-07-03 Thread Glenn Linderman
Glenn Linderman added the comment: So this looks like it might be a simple fix... in issue 1602, there was a patch for Windows console for 3.1... sadly not applied then, or 3.2, or 3.3 (yet). But in 3.2, the fix sprouted a failure just like this one: the console output class would get report

[issue15030] PyPycLoader can't read cached .pyc files

2012-07-03 Thread Brett Cannon
Brett Cannon added the comment: Maybe you can try emailing in the form again, Marc? Let me know when you have and if it is lost again I will bug the proper people. Anyway, the original patch I committed added you to Misc/ACKS: http://hg.python.org/cpython/file/56260d30985d/Misc/ACKS#l16

[issue15245] ast.literal_eval fails on some literals

2012-07-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +benjamin.peterson title: ast.literal_eval on some literals -> ast.literal_eval fails on some literals versions: +Python 3.4 -Python 3.3 ___ Python tracker

[issue15033] Different exit status when using -m

2012-07-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue15210] importlib.__init__ checks for the wrong exception when looking for _frozen_importlib

2012-07-03 Thread Brett Cannon
Brett Cannon added the comment: Any suggestions on how to make the test work better? Otherwise I'm fine with dropping the test since the fix has been verified at least on my machine (and if it is broken the other VMs will notice quickly when they start to implement things). -- _

[issue12967] IDLE RPC Proxy for standard IO streams lacks 'errors' attribute

2012-07-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +serwy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue15210] importlib.__init__ checks for the wrong exception when looking for _frozen_importlib

2012-07-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Any suggestions on how to make the test work better? I would suggest tracking what causes the failure. It seems to be ordering-dependent, so the devguide is your friend: http://docs.python.org/devguide/buildbots.html#ordering-dependent-failures ;) --

[issue15210] importlib.__init__ checks for the wrong exception when looking for _frozen_importlib

2012-07-03 Thread Stefan Krah
Stefan Krah added the comment: The tests that fail in succession are these: ./python -m test -uall -v test_importlib test_import -- nosy: +skrah ___ Python tracker ___

[issue15210] importlib.__init__ checks for the wrong exception when looking for _frozen_importlib

2012-07-03 Thread Stefan Krah
Stefan Krah added the comment: If I comment out this, both tests run OK (I don't know if that breaks anything else though): diff --git a/Lib/importlib/test/test_api.py b/Lib/importlib/test/test_api.py --- a/Lib/importlib/test/test_api.py +++ b/Lib/importlib/test/test_api.py @@ -172,7 +172,7 @@

[issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable

2012-07-03 Thread Jason Spiro
Jason Spiro added the comment: Just a few comments on your new UI design : == Suggestion 1 == It seems, from your screenshot, that you plan to hide the [ Next > ] and [ Cancel ] buttons, and show your [ Yes ] and [ No ] buttons instead. This is doing something co

[issue15242] PyImport_GetMagicTag() should use the same const char * as sys.implementation.cache_tag

2012-07-03 Thread Eric Snow
Eric Snow added the comment: > Can the #defines appear in pyconfig.h instead? I find it easier to > discover them this way, and will also simplify the implementation on > Windows. Agreed. I'd like to pull them into Python/sysmodule.h, though. I'm also going to drop the part that messes with

[issue15246] Line coverage for collectionts.abc.Set

2012-07-03 Thread James King
New submission from James King : I'm working on increasing the line-coverage of the tests for the Set ABC in the collections.abc module. I encountered something a little funky IMO that I'm not sure is an issue or bug... but the __and__ method passes a generator object to the constructor of th

[issue15247] io.open() is inconsistent re os.open()

2012-07-03 Thread Juancarlo Añez
New submission from Juancarlo Añez : >>> import io >>> d = io.open('.') Traceback (most recent call last): File "", line 1, in IsADirectoryError: [Errno 21] Is a directory: '.' >>> >>> import os >>> d = io.open(os.open('.',0)) >>> d <_io.TextIOWrapper name=3 mode='r' encoding='UTF-8'> >>> -

[issue15247] io.open() is inconsistent re os.open()

2012-07-03 Thread Juancarlo Añez
Juancarlo Añez added the comment: io.open() clearly doesn't care about opening directories as long as they are passed as os.open() file descriptors. Quite unexpected! -- ___ Python tracker ___

[issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable

2012-07-03 Thread Brian Curtin
Brian Curtin added the comment: > == Suggestion 1 == I don't think it's that unexpected. I certainly didn't come up with the idea myself - I've seen them before. Surely it might be new to some people, but is it confusing? For one, we think it's an option users should know about. It's also an

[issue11728] mbox parser incorrect behaviour

2012-07-03 Thread Petri Lehtinen
Petri Lehtinen added the comment: Some thoughts on doing "clever tricks" to enhance mbox parsing: http://www.jwz.org/doc/content-length.html -- ___ Python tracker ___ _

[issue15248] In "TypeError: 'tuple' object is not callable", suggest a comma.

2012-07-03 Thread Ben Longbons
New submission from Ben Longbons : I frequently construct lists of tuples, such as: [ (1, 2, 3) # oops, missing comma! (4, 5, 6) ] It would be nice if the error message gave a hint on what was *actually* wrong. Although I always use homogeneous containers, the type that's not callable coul

[issue15222] mailbox.mbox writes without empty line after each message

2012-07-03 Thread lilydjwg
lilydjwg added the comment: Hi, I have figured it out. The 'mbox2' file should be in correct format now. Run './bug.py' once to delete the last mail. 'cat newmail >> mbox2' to append a new mail to that mbox. Run './bug.py' again. Now, 'mbox2' doesn't have a newline at the end. (And I think a c

[issue15222] mailbox.mbox writes without empty line after each message

2012-07-03 Thread lilydjwg
Changes by lilydjwg : Added file: http://bugs.python.org/file26255/newmail ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue15222] mailbox.mbox writes without empty line after each message

2012-07-03 Thread lilydjwg
Changes by lilydjwg : Added file: http://bugs.python.org/file26256/bug.py ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue13801] The Python 3 Docs don't highlight nonlocal

2012-07-03 Thread Ramchandra Apte
Ramchandra Apte added the comment: What is the status of this bug? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs