Commit f874d67
committed
gh-137586: Address hugovk post-approval concerns
Move webbrowser entry in Doc/deprecations/pending-removal-in-3.17.rst
to after typing, to maintain alphabetical order.
Move import plistlib to after import threading, per isort/Ruff style
of placing stdlib imports after the main import block.
Fix :class:`!MacOSX` -> :class:`!MacOS` in the Library NEWS entry.
Remove extra blank line in MacOSXOSAScriptTest.mock_popen.
Add webbrowser entries to Doc/whatsnew/3.15.rst: one under "Improved
modules" describing the new MacOS class, and one under "New
deprecations" for MacOSXOSAScript scheduled removal in 3.17.1 parent 6ddf67f commit f874d67
3 files changed
Lines changed: 20 additions & 2 deletions
File tree
- Doc/whatsnew
- Lib/test
- Misc/NEWS.d/next/Library
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1390 | 1390 | | |
1391 | 1391 | | |
1392 | 1392 | | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
1393 | 1406 | | |
1394 | 1407 | | |
1395 | 1408 | | |
| |||
1780 | 1793 | | |
1781 | 1794 | | |
1782 | 1795 | | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
1783 | 1802 | | |
1784 | 1803 | | |
1785 | 1804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
435 | 434 | | |
436 | 435 | | |
437 | 436 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
0 commit comments