[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-08-03 Thread Steve Dower


Change by Steve Dower :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-08-02 Thread miss-islington


miss-islington  added the comment:


New changeset 79af3bd1d170ed6a72a5c126e862590cdbf192d7 by Miss Islington (bot) 
in branch '3.8':
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
https://github.com/python/cpython/commit/79af3bd1d170ed6a72a5c126e862590cdbf192d7


--

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-08-02 Thread miss-islington


miss-islington  added the comment:


New changeset 1ff7dd681c7f3e31524bfada6d6d2786d4e37704 by Miss Islington (bot) 
in branch '3.7':
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
https://github.com/python/cpython/commit/1ff7dd681c7f3e31524bfada6d6d2786d4e37704


--
nosy: +miss-islington

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-08-02 Thread miss-islington


Change by miss-islington :


--
pull_requests: +14829
pull_request: https://github.com/python/cpython/pull/15084

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-08-02 Thread Steve Dower


Steve Dower  added the comment:


New changeset 7ea9a85f132b32347fcbd2cbe1b553a2e9890b56 by Steve Dower (Timothy 
Hopper) in branch 'master':
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
https://github.com/python/cpython/commit/7ea9a85f132b32347fcbd2cbe1b553a2e9890b56


--

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-08-02 Thread miss-islington


Change by miss-islington :


--
pull_requests: +14830
pull_request: https://github.com/python/cpython/pull/15085

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-08-02 Thread Steve Dower


Change by Steve Dower :


--
versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.5

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-02-14 Thread Stéphane Wirtel

Change by Stéphane Wirtel :


--
pull_requests: +11887

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-02-14 Thread Mark Lawrence


Change by Mark Lawrence :


--
nosy:  -BreamoreBoy

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-02-13 Thread Roundup Robot


Change by Roundup Robot :


--
pull_requests: +11878

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-02-13 Thread Roundup Robot


Change by Roundup Robot :


--
pull_requests: +11877
stage:  -> patch review

___
Python tracker 

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



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2015-08-18 Thread Arnon Yaari

Changes by Arnon Yaari wiggi...@gmail.com:


--
nosy: +wiggin15

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20523
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2015-02-13 Thread Steve Dower

Steve Dower added the comment:

expanduser() sounds like the better choice here.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20523
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2015-02-12 Thread Mark Lawrence

Mark Lawrence added the comment:

We have a patch to review or we need a doc patch, unless someone has a 
different idea to the approaches suggested by the originator.  I prefer the 
idea of changing the code, manually changing environment variables just seems 
wrong to me, but I won't lose any sleep over it.

--
components: +Library (Lib), Windows
nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware
versions: +Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20523
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2014-02-05 Thread mbyt

New submission from mbyt:

The global .pdbrc file is determined by the %HOME% environment variable. 
However, this is not available out of the box on e.g. windows 7 systems. Here 
only %HOMEDRIVE% and %HOMEPATH% are defined.

Thus the usual approach to have a global .pdbrc file on windows is to define a 
%HOME% environment variable by hand. This could be avoided if the global .pdbrc 
would be determined by os.path.expanduser(~/.pdbrc), which works on current 
windows and does the magic behind.

There are two possible approaches to improve this situation:
* explicitly mention in the docs that on windows a %HOME% varialbe need to be 
created manually
* patch pdb.py to use os.path.expanduser instead (see attached diff)

For reference, see also old discussion 
https://mail.python.org/pipermail/python-list/2005-October/349550.html.

--
files: pdb.diff
keywords: patch
messages: 210349
nosy: mbyt
priority: normal
severity: normal
status: open
title: global .pdbrc on windows 7 not reachable out of the box
type: enhancement
Added file: http://bugs.python.org/file33935/pdb.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20523
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20523] global .pdbrc on windows 7 not reachable out of the box

2014-02-05 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
nosy: +georg.brandl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20523
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com