|
1 | 1 | PEP: 370 |
2 | 2 | Title: Per user site-packages directory |
3 | | -Version: $Revision$ |
4 | | -Last-Modified: $Date$ |
5 | 3 | Author: Christian Heimes <christian@python.org> |
6 | 4 | Status: Final |
7 | 5 | Type: Standards Track |
@@ -203,48 +201,39 @@ References |
203 | 201 | http://peak.telecommunity.com/DevCenter/EasyInstall#creating-a-virtual-python |
204 | 202 |
|
205 | 203 | .. [2] Working Env |
206 | | - http://pypi.python.org/pypi/workingenv.py |
207 | | - http://blog.ianbicking.org/workingenv-revisited.html |
| 204 | + https://pypi.org/project/workingenv.py/ |
| 205 | + https://ianbicking.org/archive/workingenv-revisited.html |
208 | 206 |
|
209 | 207 | .. [3] Virtual Env |
210 | | - http://pypi.python.org/pypi/virtualenv |
| 208 | + https://pypi.org/project/virtualenv/ |
211 | 209 |
|
212 | 210 | .. [4] reference implementation |
213 | | - http://bugs.python.org/issue1799 |
| 211 | + https://github.com/python/cpython/issues/46132 |
214 | 212 | http://svn.python.org/view/sandbox/trunk/pep370 |
215 | 213 |
|
216 | 214 | .. [5] MSDN: CSIDL |
217 | | - http://msdn2.microsoft.com/en-us/library/bb762494.aspx |
| 215 | + https://learn.microsoft.com/en/windows/win32/shell/csidl |
218 | 216 |
|
219 | | -.. [6] Initial suggestion for a per user site-packages directory |
220 | | - http://permalink.gmane.org/gmane.comp.python.devel/90902 |
| 217 | +[6] Initial suggestion for a per user site-packages directory |
| 218 | +\ https://mail.python.org/archives/list/python-dev@python.org/message/V23CUKRH3VCHFLV33ADMHJSM53STPA7I/ |
221 | 219 |
|
222 | 220 | .. [7] Suggestion of ~/.local/ |
223 | | - http://permalink.gmane.org/gmane.comp.python.devel/90925 |
| 221 | + https://mail.python.org/pipermail/python-dev/2008-January/075985.html |
224 | 222 |
|
225 | 223 | .. [8] APPDATA discussion |
226 | | - http://permalink.gmane.org/gmane.comp.python.devel/90932 |
| 224 | + https://mail.python.org/pipermail/python-dev/2008-January/075993.html |
227 | 225 |
|
228 | 226 | .. [9] Security concerns and -s option |
229 | | - http://permalink.gmane.org/gmane.comp.python.devel/91063 |
| 227 | + https://mail.python.org/pipermail/python-dev/2008-January/076130.html |
230 | 228 |
|
231 | 229 | .. [10] Discussion about the bin directory |
232 | | - http://permalink.gmane.org/gmane.comp.python.devel/91095 |
| 230 | + https://mail.python.org/pipermail/python-dev/2008-January/076162.html |
233 | 231 |
|
234 | 232 | .. [11] freedesktop.org XGD basedir specs mentions ~/.local |
235 | | - http://www.freedesktop.org/wiki/Specifications/basedir-spec |
| 233 | + https://www.freedesktop.org/wiki/Specifications/basedir-spec/ |
236 | 234 |
|
237 | 235 | .. [12] ~/.local for Mac and usercustomize file |
238 | | - http://permalink.gmane.org/gmane.comp.python.devel/91167 |
| 236 | + https://mail.python.org/pipermail/python-dev/2008-January/076236.html |
239 | 237 |
|
240 | 238 | .. [13] Roaming profile on Windows |
241 | | - http://permalink.gmane.org/gmane.comp.python.devel/91187 |
242 | | - |
243 | | -.. |
244 | | - Local Variables: |
245 | | - mode: indented-text |
246 | | - indent-tabs-mode: nil |
247 | | - sentence-end-double-space: t |
248 | | - fill-column: 70 |
249 | | - coding: utf-8 |
250 | | - End: |
| 239 | + https://mail.python.org/pipermail/python-dev/2008-January/076256.html |
0 commit comments