We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01dc53 commit 79caaa5Copy full SHA for 79caaa5
3 files changed
PSF-LICENSE Lib/PSF-LICENSEPSF-LICENSE renamed to Lib/PSF-LICENSE
Lib/README.md
@@ -0,0 +1,10 @@
1
+Standard Library for RustPython
2
+===============================
3
+
4
+This directory contains all of the Python files that make up the standard library for RustPython.
5
6
+Most of these files are copied over from the CPython repository(the 3.7 branch), with slight modifications to allow them
7
+to work under RustPython. The current goal is to complete the standard library with as few modifications as possible.
8
+Current modifications are just temporary workarounds for bugs/missing feature within the RustPython implementation.
9
10
+The first target is to run the ``unittest`` module, so we can leverage the CPython test suite.
Lib/re.py
0 commit comments