Commit 3f874bc
committed
docs: Update ShareableList documentation for fixed trailing null bug
The bug where ShareableList stripped trailing null bytes has been fixed
in Python 3.15. Update documentation to:
- Note the fix with versionchanged directive
- Update doctest to show correct behavior (nulls preserved)
- Clarify workaround is only needed for Python 3.14 and earlier
- Reference both original issue #106939 and fix issue #145261
Fixes failing doctest in CI where expected output showed old buggy
behavior instead of corrected behavior.1 parent 34003c6 commit 3f874bc
File tree
1 file changed
+17
-10
lines changed- Doc/library
1 file changed
+17
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
318 | 324 | | |
319 | | - | |
320 | | - | |
| 325 | + | |
| 326 | + | |
321 | 327 | | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
326 | 332 | | |
327 | 333 | | |
328 | 334 | | |
329 | 335 | | |
330 | 336 | | |
331 | 337 | | |
332 | | - | |
| 338 | + | |
333 | 339 | | |
334 | | - | |
| 340 | + | |
335 | 341 | | |
| 342 | + | |
336 | 343 | | |
337 | 344 | | |
338 | 345 | | |
| |||
0 commit comments