File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -373,14 +373,16 @@ MAP_* Constants
373
373
MAP_ALIGNED_SUPER
374
374
MAP_CONCEAL
375
375
376
- These are the various flags that can be passed to :meth: `mmap.mmap `. Note that some options might not be present on some systems.
376
+ These are the various flags that can be passed to :meth: `mmap.mmap `. :data: `MAP_ALIGNED_SUPER `
377
+ is only available at FreeBSD and :data: `MAP_CONCEAL ` is only available at OpenBSD. Note
378
+ that some options might not be present on some systems.
377
379
378
380
.. versionchanged :: 3.10
379
- Added MAP_POPULATE constant.
381
+ Added :data: ` MAP_POPULATE ` constant.
380
382
381
383
.. versionadded :: 3.11
382
- Added MAP_STACK constant.
384
+ Added :data: ` MAP_STACK ` constant.
383
385
384
386
.. versionadded :: 3.12
385
- Added MAP_ALIGNED_SUPER constant.
386
- Added MAP_CONCEAL constant.
387
+ Added :data: ` MAP_ALIGNED_SUPER ` constant.
388
+ Added :data: ` MAP_CONCEAL ` constant.
Original file line number Diff line number Diff line change 1
- Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants to mmap module
2
-
1
+ Add :data: ` mmap. MAP_ALIGNED_SUPER` FreeBSD and :data: ` mmap.MAP_CONCEAL
2
+ OpenBSD constants to :mod:`mmap `. Patch by Yeojin Kim.
You can’t perform that action at this time.
0 commit comments