Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Add re, textwrap modules (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
S-YOU authored and trotterdylan committed Jan 15, 2017
1 parent c9149b1 commit 8aee62b
Show file tree
Hide file tree
Showing 8 changed files with 3,848 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lib/re.py

This file was deleted.

3 changes: 3 additions & 0 deletions lib/sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@
from __go__.os import Args, Stdin, Stdout, Stderr
from __go__.grumpy import SysModules, MaxInt, NewFileFromFD # pylint: disable=g-multiple-import
from __go__.runtime import Version
from __go__.unicode import MaxRune

argv = []
for arg in Args:
argv.append(arg)

goversion = Version()
maxint = MaxInt
maxsize = maxint
maxunicode = MaxRune
modules = SysModules
py3kwarning = False
warnoptions = []
Expand Down
Loading

0 comments on commit 8aee62b

Please sign in to comment.