Skip to content
Snippets Groups Projects
Select Git revision
  • branch/default-vms default
  • master
  • wild/10bb54beb20b1f91e3f2255e493ed487461567df
  • branch/default protected
  • wild/831adee19701cacab32ef85896327b5d448246ad
  • wild/09ba00b33babd0cc770b62edfc413300f8fceaa9
  • wild/4137bb2d8fe3be974d16b6b2938cb2b7ac3e9236
  • wild/e2872ee3300e31ba8cf288443557bbfd686361aa
  • branch/2.7-vms
  • wild/c73e2483e818fd3d24b50b422ab223940b2423f5
  • wild/2e4b3b039e86fc242c3d94dabbfa67173c291802
  • wild/3c5bb819718be406903a9b5a1628eda4c847707e
  • 2.7.14-vms
  • 2.7.15+-vms
  • 2.7.16+-vms
  • 2.7.17-vms
  • 2.7.18-vms
17 results

cpython

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Victor Stinner authored
    Deprecate io.OpenWrapper and _pyio.OpenWrapper: use io.open and
    _pyio.open instead. Until Python 3.9, _pyio.open was not a static
    method and builtins.open was set to OpenWrapper to not become a bound
    method when set to a class variable. _io.open is a built-in function
    whereas _pyio.open is a Python function. In Python 3.10, _pyio.open()
    is now a static method, and builtins.open() is now io.open().
    269b19eb
    History
    Name Last commit Last update