[issue40081] List sorting
朱聖黎 added the comment: I think it's an expected behavior. `a.sort()` sorts the list itself in place, so it returns None. If you want a sorted list returned, you need to use `sorted` function. https://docs.python.org/3/library/functions.html#sorted -- nosy: +a
[issue28859] os.path.ismount sometimes raises FileNotFoundError on Windows
Change by 朱聖黎 : -- keywords: +patch nosy: +akarei nosy_count: 10.0 -> 11.0 pull_requests: +18470 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/19109 ___ Python tracker <https://bugs.python.org/i