bpo-36006: Fix versionchanged directive alignment in io module docume… · python/cpython@05f4136 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 05f4136
and
authored
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -349,8 +349,8 @@ I/O Base Classes | ||
349 | 349 | (on most systems, additional bytes are zero-filled). The new file size |
350 | 350 | is returned. |
351 | 351 | |
352 | - .. versionchanged:: 3.5 | |
353 | - Windows will now zero-fill files when extending. | |
352 | + .. versionchanged:: 3.5 | |
353 | + Windows will now zero-fill files when extending. | |
354 | 354 | |
355 | 355 | .. method:: writable() |
356 | 356 |