[issue31854] Add mmap.ACCESS_DEFAULT to namespace

2017-11-27 Thread Berker Peksag
Berker Peksag added the comment: PR 4093 has been merged. Closing this as 'fixed'. Thank you for the PR, Justus. -- nosy: +berker.peksag resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python

[issue31854] Add mmap.ACCESS_DEFAULT to namespace

2017-10-23 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +4064 stage: -> patch review ___ Python tracker ___

[issue31854] Add mmap.ACCESS_DEFAULT to namespace

2017-10-23 Thread Justus Schwabedal
New submission from Justus Schwabedal : I propose to add mmap.ACCESS_DEFAULT into the namespace. Accessing the default value might be necessary, if one needs to overwrite an `ACCESS` keyword argument. -- components: Extension Modules messages: 304839 nosy: