[issue45720] Remove shlwapi dependency on Windows

2021-11-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +27690 pull_request: https://github.com/python/cpython/pull/29436 ___ Python tracker _

[issue45720] Remove shlwapi dependency on Windows

2021-11-05 Thread Steve Dower
Steve Dower added the comment: New changeset 804ea41211b042fa20c3cd8c0457bbfa3873128a by Steve Dower in branch '3.10': bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417) https://github.com/python/cpython/commit/804ea41211b042fa20c3cd8c0457bbfa3873128a -- __

[issue45699] AttributeError: 'list' object has no attribute 'find'

2021-11-05 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> not a bug stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Pyt

[issue45733] importlib.abc.Traversable.name does not match

2021-11-05 Thread John-Mark Gurney
New submission from John-Mark Gurney : The documentation for Traversable.name says it is a method, not a property: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.name The issue is that with Python 3.9.7 (default, Nov 1 2021, 11:26:33), using a standard posix module

[issue45710] Junction/symbolic folder access error on Windows 11

2021-11-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Eryk, does this or does this not look to you like a bug in CPython? I don't know enough to tell. -- nosy: +terry.reedy ___ Python tracker _

[issue45711] Simplify the interpreter's (type, val, tb) exception representation

2021-11-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Would there be any change at the Python level? -- nosy: +terry.reedy type: -> performance ___ Python tracker ___ ___

[issue45720] Remove shlwapi dependency on Windows

2021-11-05 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue45720] Remove shlwapi dependency on Windows

2021-11-05 Thread Steve Dower
Steve Dower added the comment: New changeset 5017306c8732b3ceda878db13088f8c2cf0c5e71 by Miss Islington (bot) in branch '3.9': bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417) https://github.com/python/cpython/commit/5017306c8732b3ceda878db13088f8c2cf0c5e71 -- __

[issue45721] Improve error message for OS command entered at >>> prompt

2021-11-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Agreed. 'pip ...' not working is a recurring question on stackoverflow, usually from an IDLE user. 'python' is much rarer. Note that IDLE's shell may be a beginner's only exposure to the word 'shell'. The standard Windows shell is the Command Prompt conso

[issue45722] documentation missing information on objects in submodules

2021-11-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: https://docs.python.org/3/reference/import.html#submodules The point of the section is that even though the names 'for' and 'bar' are not directly importing into 'spam', they get attached to 'spam' any way as indirect effect of 'from'. 'Foo' and 'Bar are di

[issue45728] SharedMemory documentation: System V vs Posix

2021-11-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: 'System V' is in the first line of the second paragraph of https://docs.python.org/3/library/multiprocessing.shared_memory.html Davin, git blame says you wrote this in Feb 2019. -- nosy: +davin, pitrou, terry.reedy versions: -Python 3.8

[issue45734] Data Science and Machine Learning Course

2021-11-05 Thread Skillovilla Official
New submission from Skillovilla Official : best data science courses , best data science courses online , data science beginners , data science certification , data science certification course, data science course fees , data science course with placement guarantee , data science full course

[issue45734] Data Science and Machine Learning Course

2021-11-05 Thread Skillovilla Official
Skillovilla Official added the comment: - Data Science and Machine Learning Course Learn the syntactical application of python in data science. Get to grips with statistics, probability, and core mathematical concepts, which are the foundations of data science. - https://www.skillovilla.com/

[issue45734] Spam

2021-11-05 Thread Zachary Ware
Change by Zachary Ware : -- components: -Build nosy: -skillovillaofficial resolution: -> not a bug stage: -> resolved status: open -> closed title: Data Science and Machine Learning Course -> Spam type: performance -> versions: -Python 3.9 ___

[issue45734] Spam

2021-11-05 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg405845 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue45734] Spam

2021-11-05 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg405844 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue45734] Spam

2021-11-05 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file50428/logo-thumbnail.png ___ Python tracker ___ ___ Python-bugs-list mail

[issue45734] Spam

2021-11-05 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file50427/logo-thumbnail.png ___ Python tracker ___ ___ Python-bugs-list mail

[issue45735] Promise that the long-time truth that `args=list` works

2021-11-05 Thread Tim Peters
New submission from Tim Peters : A number of contexts allow specifying a tuple of arguments to be passed later to a function. The Thread constructor is a fine example, and happened to come up (again! for me) here today: https://stackoverflow.com/questions/69858950/why-do-we-have-to-add-comma-

[issue45735] Promise the long-time truth that `args=list` works

2021-11-05 Thread Tim Peters
Change by Tim Peters : -- title: Promise that the long-time truth that `args=list` works -> Promise the long-time truth that `args=list` works ___ Python tracker ___ _

[issue45735] Promise the long-time truth that `args=list` works

2021-11-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: I relied on this for many years. So, yet it would be nice to guarantee it :-) -- nosy: +rhettinger ___ Python tracker ___ ___

[issue45735] Promise the long-time truth that `args=list` works

2021-11-05 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +27691 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/29437 ___ Python tracker ___

[issue45735] Promise the long-time truth that `args=list` works

2021-11-05 Thread Raymond Hettinger
Change by Raymond Hettinger : -- Removed message: https://bugs.python.org/msg405847 ___ Python tracker ___ ___ Python-bugs-list mail

[issue45710] Junction/symbolic folder access error on Windows 11

2021-11-05 Thread Eryk Sun
Eryk Sun added the comment: > does this or does this not look to you like a bug in CPython? It's better to leave the detailed explanation of limits up to the document that's referenced for further information [1], but this issue isn't even briefly mentioned there. Maybe it would help some pe

<    1   2