This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2011年06月03日 17:19 by eric.araujo, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg137562 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2011年06月03日 17:19 | |
When working on the docs for new_compiler, I read that it was possible to get an msvc compiler on Unix. I tried it, even wrote a unit test to make sure it worked, and found out that not all compiler classes can be instantiated on my platform. This should be better documented. |
|||
| msg386400 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2021年02月03日 18:29 | |
Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:18 | admin | set | github: 56468 |
| 2021年02月03日 18:29:00 | steve.dower | set | status: open -> closed nosy: + steve.dower messages: + msg386400 resolution: out of date stage: needs patch -> resolved |
| 2014年07月05日 21:48:06 | BreamoreBoy | set | versions: + Python 3.5, - Python 3.3 |
| 2014年03月13日 20:13:17 | eric.araujo | set | components: + Distutils, - Distutils2 |
| 2014年03月13日 20:13:00 | eric.araujo | set | assignee: tarek -> stage: needs patch title: Test and document which compilers can be created on which platform -> Document which compilers can be created on which platform versions: + Python 2.7, Python 3.4 |
| 2011年06月03日 17:19:55 | eric.araujo | create | |