[issue33443] Typo in Python/import.c

2018-05-14 Thread Brett Cannon
Brett Cannon added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue33443] Typo in Python/import.c

2018-05-14 Thread Brett Cannon
Brett Cannon added the comment: New changeset 5e6312c39e1fc32ecef18d340bcd5f7e314170e1 by Brett Cannon (ukwksk) in branch 'master': bpo-33443 Fix typo in Python/import.c (GH-6722) https://github.com/python/cpython/commit/5e6312c39e1fc32ecef18d340bcd5f7e314170e1 -- nosy: +brett.cannon

[issue33443] Typo in Python/import.c

2018-05-11 Thread Yuki Wakisaka
Change by Yuki Wakisaka : -- versions: -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33443] Typo in Python/import.c

2018-05-07 Thread Yuki Wakisaka
Change by Yuki Wakisaka : -- pull_requests: +6414 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue33443] Typo in Python/import.c

2018-05-07 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +6413 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue33443] Typo in Python/import.c

2018-05-07 Thread Yuki Wakisaka
New submission from Yuki Wakisaka : In the method, "_PyImportZip_Init(void)", of Python/import.c, the variable, "PyObject *path_hooks, *zimpimport;", seems to be typo, which can be "zipimport". -- components: Interpreter Core messages: 316273 nosy: ukwksk priority: normal severity: nor