Issue1092

classification
Title: Parser problems on Django tree
Type: Severity: normal
Components: Core Versions: 2.5alpha1
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: fwierzbicki, leosoto
Priority: Keywords:

Created on 2008-08-01.02:41:10 by leosoto, last changed 2008-08-04.19:09:41 by fwierzbicki.

Files
File name Uploaded Description Edit Remove
admin_scripts_models.py leosoto, 2008-08-01.02:41:10
comment_models.py leosoto, 2008-08-01.02:41:36
just_a_comment_no_newline.py leosoto, 2008-08-01.02:41:49
views_tests_date_based.py leosoto, 2008-08-01.02:41:59
__init__.py leosoto, 2008-08-04.00:30:16
Messages
msg3382 (view) Author: Leonardo Soto (leosoto) Date: 2008-08-01.02:41:10
I've been experimenting some problems with the 2.5 parser and Django.
Most of them has been solved, but a few remains. I'm attaching the files
where it is still failing.
msg3391 (view) Author: Leonardo Soto (leosoto) Date: 2008-08-04.00:30:16
Here is another file that now is rejected by jython. Interestingly it
has a bad DEDENT at the end, but CPython doesn't seem to care.
History
Date User Action Args
2008-08-04 19:09:41fwierzbickisetstatus: open -> closed
resolution: fixed
2008-08-04 00:30:16leosotosetfiles: + __init__.py
messages: + msg3391
2008-08-01 12:49:27fwierzbickisetassignee: fwierzbicki
nosy: + fwierzbicki
2008-08-01 02:41:59leosotosetfiles: + views_tests_date_based.py
2008-08-01 02:41:49leosotosetfiles: + just_a_comment_no_newline.py
2008-08-01 02:41:36leosotosetfiles: + comment_models.py
components: + Core
2008-08-01 02:41:10leosotocreate