Thanks for looking into this. I don't have the bandwidth to think
about it right now, but we should make sure that Django 1.0 final
works with Python 2.6. Let's make this a target for the 1.0 beta2
release?
Jacob
This looks pretty good. A few known bugs on our end. One known bug on
Python's end (used to be two, but Martin's fix of the PySQLite thing
means we work around that one now). So they'll all be fixed or we can
work around them with a clean conscience.
Two of the items are really errors in the test suite, rather than errors
in Django or Python. We can fix those as time permits...
> 5 - Another case of expected output not matching what's gotten in
> regressiontests/queries, this one having to do with ordering. Haven't
> had time to track this down at all yet, so I don't know if it's due to
> the buildbot machine running current 2.6 trunk code vs. my machines
> using beta2 or some other difference in it vs. my machines.
I can rewrite that test to order on something more predictable. It's
making a bad assumption as written (assuming pk values will be
increasing as we insert), so fixing it properly is the right solution
there.
> 6 - regressiontests/forms failing on file ouptut paths not maching.
> Again I haven't yet had time to look at this closely.
That test looks fragile on our end, regardless of the result. If I get
time I might have a poke at finding a better way of writing that. It's a
bit too sensitive to whatever happens to be in a particular source
directory, rather than creating a known environment to test.
Regards,
Malcolm