[issue21916] Create unit tests for turtle textonly

2015-05-21 Thread Tim Golden
Tim Golden added the comment: @RDM I'm sitting with Greg at a London Python session and we've run through these tests on 3.4/3.5. I know you were reviewing this code at PyCon. Are you happy for me to commit from here? -- ___ Python trac

[issue21916] Create unit tests for turtle textonly

2015-05-21 Thread Tim Golden
Tim Golden added the comment: Serhiy's offered a review and we can take it from here. :) -- ___ Python tracker <http://bugs.python.org/issue21916> ___ ___

[issue22107] tempfile module misinterprets access denied error on Windows

2015-05-21 Thread Tim Golden
Tim Golden added the comment: My reluctance to commit the os.access patch is because it will cause such a behaviour change in a function which has been pretty stable for a long while. It'll certainly be more correct, but at the undoubted expense of breaking someone's long-wo

[issue22107] tempfile module misinterprets access denied error on Windows

2015-05-22 Thread Tim Golden
Tim Golden added the comment: That is a possibility which hadn't occurred to me. @eryksun, would you mind eyeballing the patch over on issue2582? It almost certainly won't apply cleanly as it's been almost two years since I last refreshed it, but you can hopefully g

[issue2528] Change os.access to check ACLs under Windows

2015-05-23 Thread Tim Golden
Tim Golden added the comment: Thanks for the very thorough review. This isn't going to make it into 3.5, but I'll rework it in the light of your comments and see if people are happy with it in the optional argument variation. -- ___ Pyth

[issue28065] Update Windows build to xz-5.2.2

2016-09-11 Thread Tim Golden
Tim Golden added the comment: Applies, builds & tests ok for me for Win32 Release build (ie build.bat -e) on Win 8.1 x64. -- ___ Python tracker <http://bugs.python.org/iss

[issue28365] 3.5.2 syntax issue

2016-10-05 Thread Tim Golden
Tim Golden added the comment: This sometimes happens when someone copies from a book or a tutorial and includes as though code the banner header which is only meant to illustrate the context. -- ___ Python tracker <http://bugs.python.org/issue28

<    2   3   4   5   6   7