Commit aa829e1
committed
gh-141004: Mark up docs of old PyMem macros
Their docs-only deprecation notice appeared 2.0:
https://docs.python.org/release/2.0/api/memoryInterface.html
but not 1.6:
https://docs.python.org/release/2.0/api/memoryInterface.html
Nowadays we call this soft deprecation.
Since PEP 445, they are now direct aliases; there are no (additional)
binary compatibility concerns over the preferred names.1 parent 510ab7d commit aa829e1
1 file changed
+17
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
307 | 313 | | |
308 | 314 | | |
309 | 315 | | |
| |||
0 commit comments