Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: a63c61168588937c482435d0432c753de4844c46 authored by Miss Islington (bot) on 11 May 2020, 19:09:10 UTC
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Tip revision: a63c611
badsyntax_future10.py
from __future__ import absolute_import
"spam, bar, blah"
from __future__ import print_function
back to top