Skip to content

Commit 79caaa5

Browse files
committed
Move PSF-LICENSE and add Lib README.md
1 parent c01dc53 commit 79caaa5

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

File renamed without changes.

Lib/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)