mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Issue 1267, continued.
Additional patch by Christian Heimes to deal more cleanly with the FILE* vs file-descriptor issues. I cleaned up his code a bit, and moved the lseek() call into import.c.
This commit is contained in:
parent
c2954e5273
commit
40d20bcf1f
12 changed files with 94 additions and 64 deletions
|
|
@ -60,7 +60,7 @@ Python for .NET
|
|||
This implementation actually uses the CPython implementation, but is a managed
|
||||
.NET application and makes .NET libraries available. This was created by Brian
|
||||
Lloyd. For more information, see the `Python for .NET home page
|
||||
<http://www.zope.org/Members/Brian/PythonNet>`_.
|
||||
<http://pythonnet.sourceforge.net>`_.
|
||||
|
||||
IronPython
|
||||
An alternate Python for .NET. Unlike Python.NET, this is a complete Python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue