[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2019-02-11 Thread miss-islington


miss-islington  added the comment:


New changeset 2259b5af3c711b40d2b81eacc1b5d75cda1ae3e2 by Miss Islington (bot) 
in branch '3.7':
[3.7] bpo-22062: Updated docstring and documentation for pathlib (GH-8519) 
(GH-11817)
https://github.com/python/cpython/commit/2259b5af3c711b40d2b81eacc1b5d75cda1ae3e2


--
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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2019-02-11 Thread miss-islington


miss-islington  added the comment:


New changeset 537b6caa565ec2fc304ba6f4400cd347ce2af64b by Miss Islington (bot) 
(Eivind Teig) in branch 'master':
bpo-22062: Updated docstring and documentation for pathlib (GH-8519)
https://github.com/python/cpython/commit/537b6caa565ec2fc304ba6f4400cd347ce2af64b


--
nosy: +miss-islington

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2018-07-28 Thread Steve Dower


Change by Steve Dower :


--
keywords:  -easy

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2018-07-28 Thread Steve Dower


Change by Steve Dower :


--
versions: +Python 3.6, Python 3.7, Python 3.8 -Python 3.4, Python 3.5

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2018-07-28 Thread Eivind Teig


Change by Eivind Teig :


--
pull_requests: +8034
stage: needs patch -> patch review

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2017-07-24 Thread Terry J. Reedy

Terry J. Reedy added the comment:

Since Mike has not responded in more that a week, please go ahead.  Just put 
"“Original patch by Mike Short."  in the commit comments (if you can, otherwise 
add a separate comment).  Please add News blurb (see devguide) if you know how, 
with at least a title line.  Mike has signed the CLA, though it would not 
matter here since his patch is taken from my message and could be classed as 
trivial.

--

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2017-07-24 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

Aditya:

The guideline for converting a patch to the PR is documented here:
https://devguide.python.org/pullrequest/#converting-an-existing-patch-from-the-b-p-o-to-github

--
nosy: +Mariatta

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2017-07-24 Thread Aditya Hase

Aditya Hase added the comment:

Should I create a Github PR with given patch? If so, how do I give credit to 
the original author?

--
nosy: +adityahase

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2017-03-26 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Can you create a pull request on GitHub Mike?

--
nosy: +serhiy.storchaka

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2016-02-15 Thread Mike Short

Changes by Mike Short :


Added file: http://bugs.python.org/file41933/pathlib.py.patch

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2016-02-15 Thread Mike Short

Changes by Mike Short :


--
keywords: +patch
Added file: http://bugs.python.org/file41932/pathlib.patch

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2016-01-04 Thread Guido van Rossum

Guido van Rossum added the comment:

Classifying as easy doc bug.

--
assignee:  -> docs@python
components: +Documentation
keywords: +easy
nosy: +docs@python, gvanrossum

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2014-07-24 Thread R. David Murray

R. David Murray added the comment:

Do non-relative patterns even make sense?  I was surprised to get a 
NotImplementedError instead of a ValueError.

--
nosy: +r.david.murray

___
Python tracker 

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



[issue22062] Fix pathlib.Path.(r)glob doc glitches.

2014-07-24 Thread Terry J. Reedy

New submission from Terry J. Reedy:

1. The pattern argument for .(r)glob must be relative. I think the docstrings 
and doc should say so. /pattern/relative pattern/

For rglob: '''This is like calling glob() with “**” added in front of the given 
pattern:'''

2. Currently "glob()" links to the glob module, which does not recognize '**'. 
It should link to back up to the Pathlib.glob entry, where the effect of '**' 
is defined. (I don't currently know the markup for that.)

3. I interpret '''“**” added in front of the given pattern:''' to mean '**' + 
pattern, so that '*.py' would become '***.py'. It actually becomes the 
equivalent of '**/*.p'. So I think '**' should be either '**/' or 'a "**" 
component'.

--
messages: 223902
nosy: pitrou, terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: Fix pathlib.Path.(r)glob doc glitches.
type: behavior
versions: Python 3.4, Python 3.5

___
Python tracker 

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