This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2007年11月11日 14:37 by christian.heimes, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg57367 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2007年11月11日 14:37 | |
Short of a bug tracker for errors on python.org I'm using this bug tracker to support some problems. http://www.python.org/dev/process/ "Documenting Python" still mentions LaTeX as the system for documentation of Python. http://www.python.org/dev/implementations/ "Python for .NET" is either describing a totally different project or the author of the chapter didn't understand the design goals of Python for .NET written by Brian Lloyd. It's a bridge between CPython and .NET/Mono that allows developers to use CPython code and C extensions in .NET or .NET assemblies in CPython. Compiling Python code to CLR / IL byte code is not the intention of the project. The project homepage is wrong (http://pythonnet.sourceforge.net/) and the project is still maintained. I myself has fixed several bugs this summer and ported it to Python 2.5, Python 2.6, UCS-4 builds of Python and Mono. |
|||
| msg57369 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2007年11月11日 15:18 | |
Fixed in revisions 11114 and 11115 of the pydotorg repository. |
|||
| msg57400 - (view) | Author: Guido van Rossum (gvanrossum) * (Python committer) | Date: 2007年11月12日 16:55 | |
BTW, what's the best way of reporting bugs in python.org? |
|||
| msg57412 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2007年11月12日 17:38 | |
It used to be the tracker at http://pydotorg.python.org/, but the PythonWebsiteCreatingNewTickets Wiki page says it's disabled... |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:28 | admin | set | github: 45762 |
| 2007年11月12日 17:38:27 | georg.brandl | set | messages: + msg57412 |
| 2007年11月12日 16:55:02 | gvanrossum | set | nosy:
+ gvanrossum messages: + msg57400 |
| 2007年11月11日 15:18:25 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg57369 nosy: + georg.brandl |
| 2007年11月11日 14:37:08 | christian.heimes | create | |