[issue9179] Lookback with group references incorrect (two issues?)

2014-09-27 Thread Mark Lawrence
Mark Lawrence added the comment: Given the comment from Matthew Barnett in msg109399 "...I had a look at the re module, found it too difficult..." can this be closed as "won't fix"? -- nosy: +BreamoreBoy, serhiy.storchaka ___ Python tracker

[issue22506] `dir` on Enum subclass doesn't expose parent class attributes

2014-09-27 Thread Ethan Furman
Ethan Furman added the comment: More just a note to myself to research this further, to see exactly what does and does not get inherited. Any tests added will likely be more comprehensive than your example. -- ___ Python tracker

[issue22509] Website incorrect link

2014-09-27 Thread Prof Oak
New submission from Prof Oak: On the python.org website, if you follow the link to PFS on the top, then click on the media tab (not any of the items in the dropdown menu), it takes you to this web page: https://www.python.org/inner/ It looks to be a sample page. -- assignee: docs@pyth

[issue10496] Python startup should not require passwd entry

2014-09-27 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> patch review versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python

[issue20164] Undocumented KeyError from os.path.expanduser

2014-09-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: I think the doc should be considered correct and posixpath buggy. The ntpath code checks for the existence of HOME and substitutes before returning the arg unchanged, as documented. if 'HOME' in os.environ: userhome = os.environ['HOME'] elif '

[issue22509] Website incorrect link

2014-09-27 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. However, as noted on the python.org web site help page, https://www.python.org/about/help/, the place to report web site problems is here: https://github.com/python/pythondotorg/issues/ I've opened a new issue there on your behalf: https://

[issue21329] configparser can't parse MySQL style config

2014-09-27 Thread Martin Panter
Martin Panter added the comment: See Issue 12662 for a related earlier proposal. (Although the multimap proposal here sounds better than concatenating the values as proposed there.) -- nosy: +vadmium ___ Python tracker

[issue22253] ConfigParser does not handle files without sections

2014-09-27 Thread Martin Panter
Martin Panter added the comment: See also Issue 549037, about handling files with a single anonymous section -- ___ Python tracker ___ ___

[issue22379] Empty exception message of str.join

2014-09-27 Thread Yongzhi Pan
Yongzhi Pan added the comment: Do the patches still have problems? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

<    1   2