On 11.01.2020 14:24, Rick van der Zwet wrote:
Sounds great! Have you considered attaching your patch to a ticket so
it does not get lost?
Not allowed: "Maximum attachment size: 512.0 KB:
Maybe you could ZIP it.
Or even better might be to link to a forked repository of
https://github.com/edgewall/trac
I did not bother with any Python 2 compatibility, as such did not use
the six library.
As I understand it this is fine, as Ryan had also mentioned a plan to
move towards that.
Secondly the pointed rjollos.git@t12130_python3.1
seemed rather old and outdated and using python 3.1 as base version.
What Python version do you target?
I'm not sure the branch name does refer to python3.1 or rather to
something like "python3.x experiment branch revision .1".
I thought Python 3.3+ was already assumed.
Is there a big pain in supporting that?
It seems only 3.5+ are not EOL yet.
https://devguide.python.org/#status-of-python-branches
Although supporting some Linux distributions would imply quite old versions.
https://trac.edgewall.org/wiki/TracDev/ApiChanges/1.3#CompatibleDistros
Since I am no trac-developer, I 'trusted' svn@trunk
(https://svn.edgewall.org/repos/trac/trunk/) to be the latest, how-ever
this is just a lucky guess by me.
That's correct. The Git repository trunk branch is also automatically
mirrored and up-to-date. https://github.com/edgewall/trac
Basically I first processed all files with ``2to3'' (the python2 to
python3 converter tooling) and next I fixed issues which mainly involved
changes with python3 default representation of strings and continued
doing so until I could load the first WikiStart without errors on the
console and log file.
Have you tried the tests yet?
Cheers,
Peter
--
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to trac-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/trac-dev/ef18a8ab-50f5-169c-b641-43ba161a6765%40gmail.com.