Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#10998 closed Uncategorized (invalid)

Django does not work with Python 3

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: 1.1-beta
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Django is not compatible with Python 3.

Change History (7)

comment:1 by anonymous, 15 years ago

Cc: sundman@… removed

comment:2 by Alex Gaynor, 15 years ago

Resolution: invalid
Status: newclosed

We know. Python 3.0 is, for now, an unsupported platform.

comment:3 by anonymous, 15 years ago

But at some point it should be supported, so why not have the issue open so that it can be tracked and subscribed to by interested parties?

comment:4 by Russell Keith-Magee, 15 years ago

Because when we decide to support Python 3.0, it will be a major change - you won't need to be subscribed to a ticket to hear about it. It will be a major announcement.

comment:5 by hackeron, 15 years ago

Hmm, came here to check up on python 3 status. There a few efforts in place like http://wiki.python.org/moin/PortingDjangoTo3k - but nothing official?

comment:6 by Russell Keith-Magee, 15 years ago

This is in our FAQ, and it's on our roadmap. However, it's not something we're going to be working on as an official goal for a while.

comment:7 by Aymeric Augustin, 13 years ago

Easy pickings: unset
Severity: Normal
Type: Uncategorized
UI/UX: unset

#16475 was a duplicate.

Note: See TracTickets for help on using tickets.
Back to Top