[issue36912] Can't left-align strings using f-strings or format()

2019-05-13 Thread Guido van Rossum
Guido van Rossum added the comment: Aha! I thought I was missing something. :-) -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue36912] Can't left-align strings using f-strings or format()

2019-05-13 Thread Matthias Bussonnier
Matthias Bussonnier added the comment: > I thought I was missing something. Some sleep, probably. -- ___ Python tracker ___ ___ Py

[issue36594] Undefined behavior due to incorrect usage of %p in format strings

2019-05-13 Thread Brett Cannon
Change by Brett Cannon : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue36751] Changes in the inspect module for PEP 570

2019-05-13 Thread Brett Cannon
Brett Cannon added the comment: RE: "if a function continues to work correctly throughout the span of a Python X version, why does it need to be removed?" In this case the argument is whether inspect.getfullargspec() works correctly in the face of positional-only parameters. There's also the

[issue10991] trace fails when test imported a temporary file

2019-05-13 Thread Brett Cannon
Brett Cannon added the comment: Since I'm not bothered enough to check if this is still an issue I'm fine with closing this. -- resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue24048] remove_module() needs to save/restore exception state

2019-05-13 Thread Brett Cannon
Brett Cannon added the comment: Can this be closed, Nick? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36906] Compile time textwrap.dedent() equivalent for str or bytes literals

2019-05-13 Thread Gregory P. Smith
Gregory P. Smith added the comment: Oh good, I thought this had come up before. Your method idea that could be optimized on literals makes a lot of sense, and is notably more readable than yet another letter prefix. -- ___ Python tracker

[issue24048] remove_module() needs to save/restore exception state

2019-05-13 Thread Zackery Spytz
Zackery Spytz added the comment: I think this change should be backported. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue32587] Make REG_MULTI_SZ support zero-length strings

2019-05-13 Thread Zackery Spytz
Zackery Spytz added the comment: Thank you for the comments. I've updated the PR. > winreg.SetValueEx can create the value. We just need to add a case to > test_case in Lib/test/test_winreg.py, such as the following: test_case? I think you mean test_data? -- ___

[issue26317] Build Problem with GCC + Macintosh OS X 10.11 El Capitain

2019-05-13 Thread Jeffrey Kintscher
Change by Jeffrey Kintscher : -- keywords: +patch pull_requests: +13216 stage: needs patch -> patch review ___ Python tracker ___ __

[issue26317] Build Problem with GCC + Macintosh OS X 10.11 El Capitain

2019-05-13 Thread Jeffrey Kintscher
Jeffrey Kintscher added the comment: I submitted a pull request that fixes both the PythonLauncher build issue and the _scproxy module build issue. They are related because _scproxy is required to install PythonLauncher. -- ___ Python tracker

[issue24538] os.setxattr PermissionError on panfs propagates up causing `copystat`, `copytree`, and `pip install .` to fail unhepfully

2019-05-13 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: New changeset 0a5b88e7f23b671d63896619b13148b0e4e2b5dd by Giampaolo Rodola (Miss Islington (bot)) in branch '3.7': bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only files. (PR-13212) (#13234) https://github.com/python/cpython/commi

<    1   2   3