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 2008年03月22日 14:53 by barry, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg64327 - (view) | Author: Barry A. Warsaw (barry) * (Python committer) | Date: 2008年03月22日 14:53 | |
For the Bazaar experiment <http://www.python.org/dev/bazaar>, sysmodule.c needs to be made compatible with Bazaar, for build number display. |
|||
| msg64389 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年03月24日 02:03 | |
Is there a short-term solution we can come up with? Unfortunately stat'ing for the existence of .bzr is not easy since there is no platform-independent solution (as posixmodule.c shows). Should some default values be used? |
|||
| msg64441 - (view) | Author: Ralf Schmitt (schmir) | Date: 2008年03月24日 21:11 | |
stat'ing for .bzr is bad. Then it will not work with .git, .hg. |
|||
| msg71906 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年08月25日 01:50 | |
I suggest that this option (when it is implemented) can be a configure switch. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46708 |
| 2010年05月17日 14:47:14 | barry | set | status: open -> closed resolution: wont fix |
| 2008年08月25日 01:50:18 | benjamin.peterson | set | messages: + msg71906 |
| 2008年08月24日 22:21:23 | nnorwitz | set | type: crash -> enhancement |
| 2008年03月24日 21:11:41 | schmir | set | nosy:
+ schmir messages: + msg64441 |
| 2008年03月24日 02:03:11 | brett.cannon | set | nosy:
+ brett.cannon messages: + msg64389 |
| 2008年03月22日 17:42:39 | benjamin.peterson | set | nosy: + benjamin.peterson |
| 2008年03月22日 14:53:26 | barry | create | |