[issue12270] Please update copyright notice on bugs.python.org to 2011?

2011-06-06 Thread AJ

New submission from AJ :

We are almost in mid-year. :)

http://bugs.python.org/ has a copyright notice "1990-2010". Please update it to 
include 2011.

--
components: None
messages: 137736
nosy: brandmyself
priority: normal
severity: normal
status: open
title: Please update copyright notice on bugs.python.org to 2011?

___
Python tracker 
<http://bugs.python.org/issue12270>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9674] make install DESTDIR=/ fails

2010-08-24 Thread aj

New submission from aj :

I tried to install python with make install DESTDIR=/home/blah 
./python -E ./setup.py install \ 
--prefix=/ \ 
--install-scripts=//bin \ 
--install-platlib=//lib/python2.6/lib-dynload \ 
--root=//home/blah 
running install 
running build 
running build_ext 
INFO: Can't locate Tcl/Tk libs and/or headers 
Failed to find the necessary bits to build these modules: 
_tkinter   bsddb185   dl 
imageopsunaudiodev 
To find the necessary bits, look in setup.py in detect_modules() for 
the module's name. 
running build_scripts 
running install_lib 
creating /lib/python2.6 
error: could not create '/lib/python2.6': Permission denied 
make: *** [sharedinstall] Error 1 

I asked for help on the mailing list 
http://groups.google.com/group/comp.lang.python/browse_thread/thread/a0b0e49f7b8153d1#,
 and according to Martin v. Loewis  
"If you have / as the prefix, you get two leading slashes, e.g. for 
//lib/python2.x. Any other prefix would have given you only a single 
slash: e.g. if it had been /usr, then you end up with /usr/lib/python2.x. 
Now, the code strips the first character to make it a relative path name 
(so that join can be used), which fails to work correctly if there are 
two leading slashes. "

I have attached the patch provided by him.

--
components: Installation
files: python-destdir.patch
keywords: patch
messages: 114804
nosy: mailtome
priority: normal
severity: normal
status: open
title: make install DESTDIR=/ fails
type: compile error
versions: Python 2.6
Added file: http://bugs.python.org/file18632/python-destdir.patch

___
Python tracker 
<http://bugs.python.org/issue9674>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9674] make install DESTDIR=/ fails

2010-08-24 Thread aj

aj  added the comment:

I ran
./configure --prefix=/
make
make install DESTDIR=/home/blah 
The installation tries to install at /lib/python2.6 which fails because I am 
not root. It should not try to install anything at / because I specified 
DESTDIR as /home/blah.

--

___
Python tracker 
<http://bugs.python.org/issue9674>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9674] make install DESTDIR=/home/blah fails when the prefix specified is /

2010-08-24 Thread aj

Changes by aj :


--
title: make install DESTDIR=/ fails -> make install DESTDIR=/home/blah fails 
when the prefix specified is /

___
Python tracker 
<http://bugs.python.org/issue9674>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9674] make install DESTDIR=/home/blah fails when the prefix specified is /

2010-08-24 Thread aj

aj  added the comment:

Thanks for the reply Eric. It is not a cosmetic thing. It's a bug for sure in 
python-2.6 disutils. I will try out python-2.7, 3.1, 3.2 and update the bug.

--

___
Python tracker 
<http://bugs.python.org/issue9674>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13794] Copyright Year - Chnage it to 2012 please

2012-01-15 Thread AJ

New submission from AJ :

Copyright in the footer on *.python.org says -2011. I believe this can be 
changed to 2012?

--
components: None
messages: 151321
nosy: amanjeev
priority: normal
severity: normal
status: open
title: Copyright Year - Chnage it to 2012 please

___
Python tracker 
<http://bugs.python.org/issue13794>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30001] CPython contribution docs reference missing /issuetracker page

2017-04-05 Thread AJ Jordan

New submission from AJ Jordan:

https://cpython-devguide.readthedocs.io/pullrequest.html#licensing (and 
presumably other pages in this project) references 
https://cpython-devguide.readthedocs.io/issuetracker, but this page returns 404 
Not Found.

--
assignee: docs@python
components: Documentation
messages: 291202
nosy: docs@python, strugee
priority: normal
severity: normal
status: open
title: CPython contribution docs reference missing /issuetracker page

___
Python tracker 
<http://bugs.python.org/issue30001>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20476] If new email policies are used, default message factory should be EmailMessage

2015-10-01 Thread aj guy

Changes by aj guy :


--
assignee:  -> docs@python
components: +Documentation, Library (Lib)
nosy: +aj guy, docs@python
type: behavior -> resource usage

___
Python tracker 
<http://bugs.python.org/issue20476>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com