Commit 0f5216a
gh-140490: Document versionchanged for PurePath.stem in Python 3.14
Add versionchanged note explaining that the behavior of stem changed
in Python 3.14 because a single dot is now considered a valid suffix.
Previously 'file.'.stem returned 'file.', now it returns 'file'.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 7e2c9bd commit 0f5216a
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
489 | 495 | | |
490 | 496 | | |
491 | 497 | | |
| |||
0 commit comments