Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16586
| From | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| Subject | Re: Django ported to Python3! |
| Date | 2011-12-03 07:48 +0100 |
| References | <420b2302-3532-4107-8670-8c67230be8dc@q16g2000yqn.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3245.1322894923.27778.python-list@python.org> (permalink) |
Ron, 02.12.2011 22:47: > It looks like Vinay Sajip has succeeded in porting Django to Python3 > (in a shared code base for Python 3.2 and Python 2.7). This is an > astoundingly good job, done very fast and is big news. > See https://groups.google.com/forum/#!topic/django-developers/XjrX3FIPT-U > and the actual code is at Bitbucket https://bitbucket.org/vinay.sajip/django > > With NumPy and SciPy already ported, and with Matplotlib almost there, > maybe PIL and others will follow shortly. This could be a turning > point, or a milestone, or whatever you want to call it. Vinay is a > hero who should be thanked and congratulated! Note that most of the work was done by Martin von Löwis, quite a while back in the early days of Python 3.x. http://wiki.python.org/moin/PortingDjangoTo3k He also did a huge amount of lobbying to get the changes accepted before the time that the project originally envisioned. The original plans of the Django project were to only *start* the porting after dropping support for Python 2.5 somewhere in the future. Martin made it rather clear with his patch (and keeps reiterating it wherever he can) that you can support both in one code base, even in a project as large as Django. Stefan
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Django ported to Python3! Ron <ursusmaximus@gmail.com> - 2011-12-02 13:47 -0800
Re: Django ported to Python3! Stefan Behnel <stefan_ml@behnel.de> - 2011-12-03 07:48 +0100
Re: Django ported to Python3! Ron <ursusmaximus@gmail.com> - 2011-12-03 08:03 -0800
Re: Django ported to Python3! Roy Smith <roy@panix.com> - 2011-12-03 17:29 -0500
csiph-web