[issue42391] Clarify documentation of TestCase.assertIs

2020-11-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +22348 pull_request: https://github.com/python/cpython/pull/23457 ___ Python tracker ___ __

[issue42391] Clarify documentation of TestCase.assertIs

2020-11-21 Thread miss-islington
miss-islington added the comment: New changeset 2528a7db1c8b7ebc3d442ff0984248ed3e325bf6 by Miss Islington (bot) in branch '3.8': bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) https://github.com/python/cpython/commit/2528a7db1c8b7ebc3d442ff0984248ed3e325bf6 -- __

[issue42391] Clarify documentation of TestCase.assertIs

2020-11-21 Thread miss-islington
miss-islington added the comment: New changeset 4f8712696924586cc12ca295899944c11b46 by Miss Islington (bot) in branch '3.9': bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) https://github.com/python/cpython/commit/4f8712696924586cc12ca295899944c11b46 -- __

[issue42391] Clarify documentation of TestCase.assertIs

2020-11-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 ___ Python tracker ___

[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

2020-11-21 Thread Ned Deily
Ned Deily added the comment: New changeset 0aab3522b259c40abf1f070c71aa7b914c1239b5 by Miss Islington (bot) in branch '3.9': bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) (GH-23455) https://github.com/python/cpython/commit/0aab3522b259c40abf1f070c71aa7b914c1239

[issue41100] Support macOS 11 and Apple Silicon Macs

2020-11-21 Thread Ronald Oussoren
Change by Ronald Oussoren : -- pull_requests: +22349 pull_request: https://github.com/python/cpython/pull/23293 ___ Python tracker ___ _

[issue42427] Use the errno attribute of OSError instead of args[0]

2020-11-21 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

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

2020-11-21 Thread Inada Naoki
Inada Naoki added the comment: > (1) add a .dedent() method to str (and bytes?) - behaviors to consider > mirroring are textwrap.dedent() and inspect.cleandoc(). Given their utility > and similarities, it makes sense to offer both behaviors; behavior could be > selected by a kwarg passed to

<    1   2