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 2012年05月12日 16:22 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (6) | |||
|---|---|---|---|
| msg160475 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年05月12日 16:22 | |
setup.py should use packaging, not distutils. |
|||
| msg160476 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年05月12日 16:27 | |
I’d rather wait for a more stable version, so 3.4. |
|||
| msg160477 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2012年05月12日 16:32 | |
I'd rather not wait. If packaging is not able to reliably build Python itself, we shouldn't release Python 3.3 until it is (or withdraw packaging from the standard library altogether). |
|||
| msg160479 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年05月12日 16:41 | |
> I'd rather not wait. If packaging is not able to reliably build Python > itself, we shouldn't release Python 3.3 until it is (or withdraw > packaging from the standard library altogether). Indeed, this is exactly the reason I entered this enhancement request. Eating our own dogfood is a good way of detecting issues :) |
|||
| msg163210 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年06月19日 20:14 | |
I'm not willing to hold up 3.3 for this. On the other hand, it should not be done in the beta stage. And I don't assume it's a trivial matter (Éric?), so I'm inclined to move it to 3.4. |
|||
| msg165575 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2012年07月16日 06:50 | |
At the moment, it seems that this just won't happen. If a new attempt is made to integrate packaging with Python, this may or may not become an issue (e.g. whoever is doing the integration the next time might adapt setup.py from the beginning). So closing this as "won't fix". |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:30 | admin | set | github: 58995 |
| 2012年07月16日 06:50:38 | loewis | set | priority: deferred blocker -> status: open -> closed resolution: wont fix messages: + msg165575 |
| 2012年07月13日 05:07:52 | eli.bendersky | set | priority: deferred blocker |
| 2012年07月07日 17:47:09 | pitrou | set | priority: release blocker -> (no value) |
| 2012年06月21日 03:10:51 | eric.araujo | set | versions: + Python 3.4, - Python 3.3 |
| 2012年06月19日 20:14:51 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg163210 |
| 2012年05月18日 20:40:11 | tshepang | set | nosy:
+ tshepang |
| 2012年05月12日 16:54:38 | Arfrever | set | nosy:
+ Arfrever |
| 2012年05月12日 16:41:37 | pitrou | set | messages: + msg160479 |
| 2012年05月12日 16:34:05 | loewis | set | priority: normal -> release blocker |
| 2012年05月12日 16:33:20 | loewis | set | versions: + Python 3.3, - Python 3.4 |
| 2012年05月12日 16:32:42 | loewis | set | nosy:
+ loewis messages: + msg160477 |
| 2012年05月12日 16:27:17 | eric.araujo | set | messages:
+ msg160476 versions: + Python 3.4, - Python 3.3 |
| 2012年05月12日 16:22:52 | pitrou | create | |