[issue24622] tokenize.py: missing EXACT_TOKEN_TYPES

2018-06-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: The 3.6.6rc is next Monday. 3.6.8 will be the last 3.6 maintenance release. -- nosy: +terry.reedy ___ Python tracker ___

Re: Stefan's headers [was:Names and identifiers]

2018-06-08 Thread Marko Rauhamaa
Gene Heskett : > On Friday 08 June 2018 08:18:19 Chris Angelico wrote: >> Are news servers guaranteed to carry the X-Copyright header in all >> transmissions? If not, the copyright notice isn't part of the message, >> and is most likely unenforceable. > > As the courts have so found when this has

[issue33751] Failed separate testTruncateOnWindows in test_file

2018-06-08 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33751] Failed separate testTruncateOnWindows in test_file

2018-06-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 23999158f962e31e955f3cd232b3745d523720cb by Serhiy Storchaka in branch '2.7': [2.7] bpo-33751: Fix test_file. (GH-7378) (GH-7445) https://github.com/python/cpython/commit/23999158f962e31e955f3cd232b3745d523720cb --

Distributing a Python module as .rpm and .deb packages across major distributions

2018-06-08 Thread adam . preble
I have a situation where internally I need to distribute some Python code using Linux packages rather than simply relying on wheel files. This seems to be a solved problem because a lot of Python modules clearly get distributed as .rpm and .deb. It's not completely unreasonable because soon I

[issue23835] configparser does not convert defaults to strings

2018-06-08 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33802] Regression in logging configuration

2018-06-08 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33779] Error while installing python 3.6.5 on windows 10

2018-06-08 Thread Steve Dower
Steve Dower added the comment: Okay, I guess there's some configuration (or corruption) on your machine that's interfering here. I've seen similar things before on IT-managed workstations. Can you try deselecting the "Install launcher for all users" option and seeing if that helps? It

Re: FULLSCREEN and DOUBLEBUF

2018-06-08 Thread Rhodri James
On 08/06/18 12:41, Darren Pardoe wrote: On Friday, 8 June 2018 12:24:26 UTC+1, Rhodri James wrote: On 08/06/18 09:00, Paul St George wrote: PS: it's generally considered polite not to top post on this mailing list. -- Rhodri James *-* Kynesim Ltd Rhodri, Guys, I have always top posted even

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Yury Selivanov
Change by Yury Selivanov : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 4f54867e29af93779922ff23df542f2d5df4c4ee by Yury Selivanov (Dong-hee Na) in branch 'master': bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Yury Selivanov
Yury Selivanov added the comment: > @yselivanov > Please take a look PR 7536 :) Thanks! Please stop posting comments like this frequently. They are highly distractive. -- ___ Python tracker

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Dong-hee Na
Dong-hee Na added the comment: @yselivanov Please take a look PR 7536 :) Thanks! -- ___ Python tracker ___ ___ Python-bugs-list

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 552c1bc94887a5e897c398725776ac1ef3d21c6a by Miss Islington (bot) in branch '3.7': bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532) https://github.com/python/cpython/commit/552c1bc94887a5e897c398725776ac1ef3d21c6a

[issue33736] Improve the documentation of asyncio stream API

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset f4dcf49159e404273f426bccf8d0d71a4c3274e6 by Miss Islington (bot) in branch '3.7': bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) https://github.com/python/cpython/commit/f4dcf49159e404273f426bccf8d0d71a4c3274e6

[issue33809] Expose `capture_locals` parameter in `traceback` convenience functions

2018-06-08 Thread Ulrich Petri
New submission from Ulrich Petri : Since 3.5 the internal machinery of the `traceback` module has gained the very useful ability to capture locals. It would be useful to also expose that ability through the various convenience functions. -- components: Library (Lib) messages: 319079

Project tree and import module

2018-06-08 Thread ftg
Hello, here is my project hierarchy: myproject | |- django-project-name | |- django-project-name | | |-urls.py | | |-views.py | |- manage.py |- my-package Is my projet tree correct? Shouldn't I put my-package into my django-project-name folder? Because I am facing some questionning about

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7175 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread Zachary Ware
Zachary Ware added the comment: I fixed the issue by reenabling redirects in the buildbot.python.org Apache config, and Suriyaa fixed the lack of a 3.7 link with PR7532. Thanks for the report and PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread Zachary Ware
Zachary Ware added the comment: New changeset 9e6685ea7b749ee34466e71b22d99e5112d71a95 by Zachary Ware (Suriyaa ✌️️) in branch 'master': bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)

[issue33736] Improve the documentation of asyncio stream API

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7174 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33736] Improve the documentation of asyncio stream API

2018-06-08 Thread Yury Selivanov
New submission from Yury Selivanov : New changeset c0d062f523b16331444ff910e4596ee5608c8170 by Yury Selivanov (Elvis Pranskevichus) in branch 'master': bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread R. David Murray
R. David Murray added the comment: To clarify: don't call open again *on that telnetlib.Telnet object*. You can certainly have more than one open connection using different telnetlib.Telnet instances, though it might be a bit challenging to manage them :) --

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread R. David Murray
Change by R. David Murray : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread R. David Murray
R. David Murray added the comment: telnetlib provides a low level interface to the telnet protocol. The dialog you mention appears to be transmitted on the telnet connection, so it is unlikely there is any bug or missing feature in telnetlib that would affect your problem. The sentence in

Re: Stefan's headers [was:Names and identifiers]

2018-06-08 Thread Gene Heskett
On Friday 08 June 2018 08:18:19 Chris Angelico wrote: > On Fri, Jun 8, 2018 at 10:13 PM, Ned Batchelder wrote: > > On 6/8/18 2:34 AM, Thomas Jollans wrote: > >> On 07/06/18 22:36, Peter Pearson wrote: > >>> X-Copyright: (C) Copyright 2018 Stefan Ram. All rights reserved. > >>> Distribution

[issue33738] PyIndex_Check conflicts with PEP 384

2018-06-08 Thread Christian Tismer
Christian Tismer added the comment: """Excluding names from limited API can break existing code that use them with defined Py_LIMITED_API.""" How is that different? Right now, the code would break at compile time, because the macros are accessing opaque type fields. Excluding them has the

[issue32493] UUID Module - FreeBSD build failure

2018-06-08 Thread Michael Felt
Michael Felt added the comment: OK. I know I do not understand this well - when it goes in A, or B. So, if I understand correctly, like this issue was created after uuid_create() was added for AIX and created issues for FreeBSD )that I did not know had uuid_create(), I need to create a new

Distribution file error

2018-06-08 Thread T Berger
Hi, I really need help here. I’m trying to create a distribution file for my module, but got an error message. The module, including the setup and read me files, are contained within the folder “mymodules.” I typed this command (per instructions from my workbook) from within mymodules folder:

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread Eric V. Smith
Eric V. Smith added the comment: This sounds like an application-level issue, not a telnetlib problem. As far as I can tell, you're opening a new connection, not reusing an existing connection. -- ___ Python tracker

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread Chandrakanth Reddy
Chandrakanth Reddy added the comment: Hi Eric, Apologize for not providing the link. Below is the link which i was referring to: https://docs.python.org/3.1/library/telnetlib.html I have an already opened telnet session(established by some other user). Now if I again try to open a telnet

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +7173 stage: resolved -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing

Re: FULLSCREEN and DOUBLEBUF

2018-06-08 Thread MRAB
On 2018-06-08 12:41, Darren Pardoe wrote: On Friday, 8 June 2018 12:24:26 UTC+1, Rhodri James wrote: On 08/06/18 09:00, Paul St George wrote: PS: it's generally considered polite not to top post on this mailing list. -- Rhodri James *-* Kynesim Ltd Rhodri, Guys, I have always top posted

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Dong-hee Na
Dong-hee Na added the comment: Sure, I will send a PR soon. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

Re: Problem finding my folder via terminal

2018-06-08 Thread Tamara Berger
Nope. No duplicate folder. On Fri, Jun 8, 2018 at 5:35 AM Cameron Simpson wrote: > > On 08Jun2018 01:52, Tamara Berger wrote: > >In answer to your comments, I am in the correct folder. But the "ls" > >command did not return any files. Did I enter the command incorrectly? > >Or are the files not

[issue32479] inconsistent ImportError message executing same import statement

2018-06-08 Thread Xiang Zhang
Change by Xiang Zhang : -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33615] test__xxsubinterpreters crashed on x86 Gentoo Refleaks 3.x

2018-06-08 Thread Eric Snow
Eric Snow added the comment: Yeah, I did a custom build the other day. Sorry about the delay in disabling the test again and thanks for getting it done. -- ___ Python tracker

[issue33669] str.format should raise exception when placeholder number doesn't match argument number

2018-06-08 Thread Xiang Zhang
Xiang Zhang added the comment: After reading PEP3101 and the archived mails, I think it's by design. Even if not, it might be too late to change. I don't prefer either way, emitting warnings by compiler or linter. They can't give hints for runtime retrieved patterns, and not everyone turns

Re: Problem finding my folder via terminal

2018-06-08 Thread MRAB
On 2018-06-08 09:53, Cameron Simpson wrote: [snip] Instead of just putting your reply at the top, and maybe hand quoting soe line of text with cut/paste (which you seem to be doing), start scrolling down the quoted text. Just cut out anything no longer needed (but keeping the attribution. Then

[issue23835] configparser does not convert defaults to strings

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset f44203d782e397941c17d96e6a1f9dc1df08b3e6 by Miss Islington (bot) in branch '3.7': bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) https://github.com/python/cpython/commit/f44203d782e397941c17d96e6a1f9dc1df08b3e6

[issue33802] Regression in logging configuration

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset f44203d782e397941c17d96e6a1f9dc1df08b3e6 by Miss Islington (bot) in branch '3.7': bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) https://github.com/python/cpython/commit/f44203d782e397941c17d96e6a1f9dc1df08b3e6

[issue33745] 3.7.0b5 changes the line number of empty functions with docstrings

2018-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: The rationale for documenting it in the porting section is that even though this isn't a guaranteed stable interface, the output *does* potentially affect development tools like Ned's coverage.py, as well as other implementations attempting to adhere closely

[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-06-08 Thread Nick Coghlan
Change by Nick Coghlan : -- keywords: +patch pull_requests: +7172 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread Eric V. Smith
Eric V. Smith added the comment: Which link are you referring to? I don't see any code you've provided where you're reopening a connection. It looks like you're opening a new connection, reading, writing, and nothing else. It also looks like the output you show is coming from the remote

[issue33798] Fix csv module comment regarding dict insertion order

2018-06-08 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33106] Deleting a key in a read-only gdbm results in KeyError, not gdbm.error

2018-06-08 Thread sds
sds added the comment: I think consistency would be nice -- so, yes, `dbm.dumb.error` instead of `ValueError` (or at least a subtype of `dbm.dumb.error`). Thanks! -- ___ Python tracker

[issue33798] Fix csv module comment regarding dict insertion order

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 9f56a93e8986e06ac61a7356082fe8be285f26a4 by Miss Islington (bot) in branch '3.7': bpo-33798: Update csv document about dict order (GH-7490) https://github.com/python/cpython/commit/9f56a93e8986e06ac61a7356082fe8be285f26a4 -- nosy:

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-06-08 Thread Yury Selivanov
Yury Selivanov added the comment: We forgot to add "versionadded: 3.8" tag to the documentation of ParameterKind.description. Dong-hee Na, could you please make a PR to add it? -- status: closed -> open ___ Python tracker

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread Suriyaa Sundararuban
Change by Suriyaa Sundararuban : -- keywords: +patch pull_requests: +7171 stage: -> patch review ___ Python tracker ___ ___

[issue33808] ssl.get_server_certificate fails with openssl 1.1.0 but works with 1.0.2g for self-signed certificate

2018-06-08 Thread Dev Sanghani
New submission from Dev Sanghani : Output from Python3.5 with OpenSSL 1.0.2g: >>> ssl.get_server_certificate(('mail.mani.pt', 993), ssl.PROTOCOL_TLSv1) '-BEGIN

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread Suriyaa Sundararuban
New submission from Suriyaa Sundararuban : I'm working on this issue. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33798] Fix csv module comment regarding dict insertion order

2018-06-08 Thread INADA Naoki
INADA Naoki added the comment: New changeset 6860629d87d0f6728ff7430453d4900b695adf7b by INADA Naoki (Andrés Delfino) in branch 'master': bpo-33798: Update csv document about dict order (GH-7490) https://github.com/python/cpython/commit/6860629d87d0f6728ff7430453d4900b695adf7b --

[issue33798] Fix csv module comment regarding dict insertion order

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7170 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33807] CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors

2018-06-08 Thread Suriyaa Sundararuban
Change by Suriyaa Sundararuban : -- assignee: docs@python components: Documentation nosy: docs@python, suriyaa priority: normal severity: normal status: open title: CONTRIBUTING.rst: 'Stable buildbots' links with 404 errors type: behavior ___ Python

Re: Stefan's headers [was:Names and identifiers]

2018-06-08 Thread Chris Angelico
On Fri, Jun 8, 2018 at 10:13 PM, Ned Batchelder wrote: > On 6/8/18 2:34 AM, Thomas Jollans wrote: >> >> On 07/06/18 22:36, Peter Pearson wrote: >> >>> X-Copyright: (C) Copyright 2018 Stefan Ram. All rights reserved. >>> Distribution through any means >>>other than regular usenet channels is

Re: Why exception from os.path.exists()?

2018-06-08 Thread eryk sun
On Fri, Jun 8, 2018 at 11:35 AM, Steven D'Aprano wrote: > > (referring to both the NUL bytes in UTF-16 encoded NTFS file names, and > the lack of NUL bytes in common Linux file names). NTFS filenames are stored as wchar_t strings, for which NUL is L"\x00\x00". Individual null bytes are

[issue33806] Cannot re-open an existing telnet session

2018-06-08 Thread Chandrakanth Reddy
New submission from Chandrakanth Reddy : i see from the below link it says "cannot re-open an already existing telnet instance" using Telnetlib. Can this be fixed in the later versions of python or is there any work around for this. I'm surprised that this is something which PERL supports

Re: Stefan's headers [was:Names and identifiers]

2018-06-08 Thread Ned Batchelder
On 6/8/18 2:34 AM, Thomas Jollans wrote: On 07/06/18 22:36, Peter Pearson wrote: X-Copyright: (C) Copyright 2018 Stefan Ram. All rights reserved. Distribution through any means other than regular usenet channels is forbidden. It is forbidden to publish this article in the Web, to

Re: Sorting NaNs

2018-06-08 Thread Chris Angelico
On Fri, Jun 8, 2018 at 9:37 PM, Steven D'Aprano wrote: > On Fri, 08 Jun 2018 12:23:40 +1000, Chris Angelico wrote: > >> On Fri, Jun 8, 2018 at 12:15 PM, Steven D'Aprano >> wrote: >>> If you truly were limited to 2**32 different values (we're not), then >>> it would be exactly right and proper to

Re: Why exception from os.path.exists()?

2018-06-08 Thread Antoon Pardon
On 08-06-18 13:35, Steven D'Aprano wrote: > On Fri, 08 Jun 2018 09:27:17 +0200, Antoon Pardon wrote: > >> On 08-06-18 04:19, Steven D'Aprano wrote: >>> On Thu, 07 Jun 2018 17:45:06 +1000, Chris Angelico wrote: >>> So... an ASCIIZ string *can* contain that character, or at least a

Re: Sorting NaNs

2018-06-08 Thread Steven D'Aprano
On Fri, 08 Jun 2018 12:23:40 +1000, Chris Angelico wrote: > On Fri, Jun 8, 2018 at 12:15 PM, Steven D'Aprano > wrote: >> If you truly were limited to 2**32 different values (we're not), then >> it would be exactly right and proper to expect a collision in 2**16 >> samples. Actually, a lot less

Re: FULLSCREEN and DOUBLEBUF

2018-06-08 Thread Darren Pardoe
On Friday, 8 June 2018 12:24:26 UTC+1, Rhodri James wrote: > On 08/06/18 09:00, Paul St George wrote: > PS: it's generally considered polite not to top post on this mailing list. > > -- > Rhodri James *-* Kynesim Ltd Rhodri, Guys, I have always top posted even though most editors start with

Re: Why exception from os.path.exists()?

2018-06-08 Thread Steven D'Aprano
On Fri, 08 Jun 2018 09:27:17 +0200, Antoon Pardon wrote: > On 08-06-18 04:19, Steven D'Aprano wrote: >> On Thu, 07 Jun 2018 17:45:06 +1000, Chris Angelico wrote: >> >>> So... an ASCIIZ string *can* contain that character, or at least a >>> representation of it. Yet it cannot contain "\0". >> You

Re: UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 10442: character maps to

2018-06-08 Thread Steven D'Aprano
On Fri, 08 Jun 2018 03:35:12 -0700, bellcanadardp wrote: > hello steven are you there?? > i posted the full error message... No you didn't. I saw your post, and ignored it, because you didn't follow instructions. I told you we need to see the *full* traceback, starting from the line beginning

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 842985f6c70484ed7b8fc30d0bc05aec73236a98 by Miss Islington (bot) in branch '3.7': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/842985f6c70484ed7b8fc30d0bc05aec73236a98

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 842985f6c70484ed7b8fc30d0bc05aec73236a98 by Miss Islington (bot) in branch '3.7': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/842985f6c70484ed7b8fc30d0bc05aec73236a98

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 842985f6c70484ed7b8fc30d0bc05aec73236a98 by Miss Islington (bot) in branch '3.7': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/842985f6c70484ed7b8fc30d0bc05aec73236a98

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 842985f6c70484ed7b8fc30d0bc05aec73236a98 by Miss Islington (bot) in branch '3.7': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/842985f6c70484ed7b8fc30d0bc05aec73236a98

Re: FULLSCREEN and DOUBLEBUF

2018-06-08 Thread Rhodri James
On 08/06/18 09:00, Paul St George wrote: Excellent. Now I know what to do in this instance and I understand the principle. I hesitantly tried this:     screen = pygame.display.set_mode((720,480), pygame.FULLSCREEN | pygame.DOUBLEBUF) Hesitantly because I expected the *bitwise or operator*

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7166 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

Re: Valid encodings for a Python source file

2018-06-08 Thread Thomas Jollans
On 2018-06-07 22:40, Daniel Glus wrote: > I'm trying to figure out the entire list of possible encodings for a Python > source file - that is, encodings that can go in a PEP 263 > encoding specification, like # > -*- encoding: foo -*-. > > Is this list

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 376c272d68cca0975ff0be3d12abf5f67da342d7 by Miss Islington (bot) in branch '3.6': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/376c272d68cca0975ff0be3d12abf5f67da342d7

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7169 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 376c272d68cca0975ff0be3d12abf5f67da342d7 by Miss Islington (bot) in branch '3.6': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/376c272d68cca0975ff0be3d12abf5f67da342d7

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7168 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 376c272d68cca0975ff0be3d12abf5f67da342d7 by Miss Islington (bot) in branch '3.6': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/376c272d68cca0975ff0be3d12abf5f67da342d7

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7167 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset 376c272d68cca0975ff0be3d12abf5f67da342d7 by Miss Islington (bot) in branch '3.6': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/376c272d68cca0975ff0be3d12abf5f67da342d7

[issue23835] configparser does not convert defaults to strings

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7165 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33802] Regression in logging configuration

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7164 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33802] Regression in logging configuration

2018-06-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 214f18e49feb6a9d6c05aa09a4bb304905e81334 by Łukasz Langa in branch 'master': bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) https://github.com/python/cpython/commit/214f18e49feb6a9d6c05aa09a4bb304905e81334

[issue23835] configparser does not convert defaults to strings

2018-06-08 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 214f18e49feb6a9d6c05aa09a4bb304905e81334 by Łukasz Langa in branch 'master': bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) https://github.com/python/cpython/commit/214f18e49feb6a9d6c05aa09a4bb304905e81334

Re: Valid encodings for a Python source file

2018-06-08 Thread Richard Damon
On 6/7/18 4:40 PM, Daniel Glus wrote: > I'm trying to figure out the entire list of possible encodings for a Python > source file - that is, encodings that can go in a PEP 263 > encoding specification, like # > -*- encoding: foo -*-. > > Is this list the

[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset d16d72f555447fbedacdc01bb14f380afca705ae by Miss Islington (bot) in branch '3.7': bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346) https://github.com/python/cpython/commit/d16d72f555447fbedacdc01bb14f380afca705ae

[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility

2018-06-08 Thread miss-islington
miss-islington added the comment: New changeset a0accc0f8e747145a3ee36b91338777bc94b3348 by Miss Islington (bot) in branch '3.6': bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346) https://github.com/python/cpython/commit/a0accc0f8e747145a3ee36b91338777bc94b3348

Re: UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 10442: character maps to

2018-06-08 Thread bellcanadardp
On Sunday, 3 June 2018 20:11:43 UTC-4, Steven D'Aprano wrote: > On Sun, 03 Jun 2018 16:36:12 -0700, bellcanadardp wrote: > > > hello peter ...how exactly would i solve this issue .i have a script > > that works in python 2 but not pytho3..i did 2 to 3.py ...but i still > > get the

[issue16778] Logger.findCaller needs to be smarter

2018-06-08 Thread Vinay Sajip
Vinay Sajip added the comment: This should be addressed by the fix for bpo-33165 - addition of a stacklevel parameter to the logging APIs. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7161 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7160 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7159 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7163 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7157 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7162 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7156 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +7158 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14046] argparse: assertion failure if optional argument has square/round brackets in metavar

2018-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 66f02aa32f1e4adb9f24cf186f8c495399d5ce9b by Nick Coghlan (wim glenn) in branch 'master': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/66f02aa32f1e4adb9f24cf186f8c495399d5ce9b

[issue25058] Right square bracket argparse metavar

2018-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 66f02aa32f1e4adb9f24cf186f8c495399d5ce9b by Nick Coghlan (wim glenn) in branch 'master': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/66f02aa32f1e4adb9f24cf186f8c495399d5ce9b

[issue24089] argparse crashes with AssertionError

2018-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 66f02aa32f1e4adb9f24cf186f8c495399d5ce9b by Nick Coghlan (wim glenn) in branch 'master': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/66f02aa32f1e4adb9f24cf186f8c495399d5ce9b

[issue11874] argparse assertion failure with brackets in metavars

2018-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 66f02aa32f1e4adb9f24cf186f8c495399d5ce9b by Nick Coghlan (wim glenn) in branch 'master': bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) https://github.com/python/cpython/commit/66f02aa32f1e4adb9f24cf186f8c495399d5ce9b

[issue33423] [logging] Improve consistency of logger mechanism.

2018-06-08 Thread Vinay Sajip
Vinay Sajip added the comment: You can't make the proposed change (removing call to basicConfig() from logging.debug() etc.) without breaking backwards compatibility. The inconsistency is just a consequence of how you choose to mix and match calls to the module-level convenience functions

<    1   2   3   >