From 14d263fcc8d30fc7af49541a0b1787337ec31493 Mon Sep 17 00:00:00 2001 From: itamarst <> Date: Tue, 7 Jul 2020 15:32:56 +0000 Subject: [PATCH] [Imported from Trac: page Python3, version 2] --- Python3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python3.md b/Python3.md index 94352e8..e96bfee 100644 --- a/Python3.md +++ b/Python3.md @@ -28,7 +28,7 @@ Then: 5. Fix any problems caught by the tests. 6. Add both M and T to `allmydata/util/_python3.py`. 7. Submit for code review. - +8. TODO: Not yet possible, but once the ratchet infrastructure is in place, update the should-be-passing-on-Python-3 tests list to include the tests in T, so that future development doesn't regress Python 3 support. ### Porting a specific Python file