Python 3.13: Fix and polish #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "noelle/tilde-train:python-3.13"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I gave the script a pretty thorough cleanup by removing commented code, replacing deprecated functions, turning multiple
print()
s into a single one, using modern libraries for path manipulation...I tried to avoid entirely re-implementing its features for now.
Each change has been broken into its own commit, so I recommend stepping through them to get a sense of each individual diff.
Future improvements I'd like to make:
<3__<3