diff options
Diffstat (limited to 'libraries/Pyrex/README')
-rw-r--r-- | libraries/Pyrex/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libraries/Pyrex/README b/libraries/Pyrex/README deleted file mode 100644 index 5ad870d7d82f1..0000000000000 --- a/libraries/Pyrex/README +++ /dev/null @@ -1,5 +0,0 @@ -Pyrex is a language specially designed for writing Python extension modules. -It's designed to bridge the gap between the nice, high-level, easy-to-use -world of Python and the messy, low-level world of C. Pyrex lets you write -code that mixes Python and C data types any way you want, and compiles it -into a C extension for Python.
\ No newline at end of file |