[issue11352] Update cgi module doc

2022-03-13 Thread Irit Katriel


Irit Katriel  added the comment:

cgi is deprecated as per PEP 594, so there won't be further enhancements to it.

--
resolution:  -> wont fix
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



[issue11352] Update cgi module doc

2022-03-05 Thread Irit Katriel


Change by Irit Katriel :


--
priority: high -> normal

___
Python tracker 

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



[issue11352] Update cgi module doc

2021-12-01 Thread Vishal Pandey


Vishal Pandey  added the comment:

i am working on it. will submit a PR soon.

--
nosy: +vishalpandeyvip

___
Python tracker 

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



[issue11352] Update cgi module doc

2021-12-01 Thread Irit Katriel


Change by Irit Katriel :


--
type:  -> enhancement
versions: +Python 3.11 -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



[issue11352] Update cgi module doc

2021-11-30 Thread Irit Katriel


Irit Katriel  added the comment:

Marking as easy. What needs to be done here is to review the patches and see if 
there are any doc improvements in them worth having. Then make a PR.

--
keywords: +easy, newcomer friendly

___
Python tracker 

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



[issue11352] Update cgi module doc

2021-11-30 Thread STINNER Victor


Change by STINNER Victor :


--
nosy:  -vstinner

___
Python tracker 

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



[issue11352] Update cgi module doc

2021-11-30 Thread Glenn Linderman


Glenn Linderman  added the comment:

First I would have to learn how GitHub works, and how PRs work.  And I haven't 
found time for that, as yet.

--

___
Python tracker 

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



[issue11352] Update cgi module doc

2021-11-30 Thread Irit Katriel


Irit Katriel  added the comment:

Would you like to work on a GitHub PR with these changes?

--

___
Python tracker 

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



[issue11352] Update cgi module doc

2021-11-30 Thread Glenn Linderman


Glenn Linderman  added the comment:

Seems like another example of the CGI module not getting much support. While I 
haven't looked at all the details of the patches, it seems that several people 
have contributed enhancements or clarifications. and it would be a shame to 
discard them rather than merge the submissions... but it seems no one with 
authority wants to support CGI.

--
status: pending -> open

___
Python tracker 

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



[issue11352] Update cgi module doc

2021-11-30 Thread Irit Katriel


Irit Katriel  added the comment:

Since there was no activity on this for 6-7 years and it's not describing a 
specific issue, I will close this in a couple of weeks unless someone asks me 
not to.

--
nosy: +iritkatriel
status: open -> pending

___
Python tracker 

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



[issue11352] Update cgi module doc

2019-02-24 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



[issue11352] Update cgi module doc

2015-06-29 Thread Ivan Levkivskyi

Changes by Ivan Levkivskyi levkivs...@gmail.com:


--
nosy: +levkivskyi

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



[issue11352] Update cgi module doc

2015-02-06 Thread Matthew Atkinson

Matthew Atkinson added the comment:

Hi

I've modified Pierre's patch to apply to the latest 3.5 and 3.4, and made the 
most of the simple changes suggested in 
http://bugs.python.org/review/11352/#ps4792 . I've also added all the non 
internal parameters to the FieldStorage constructor, and descriptions of them.

Thanks,
Matt

--
nosy: +mutley89
Added file: http://bugs.python.org/file38026/cgi-doc.patch

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



[issue11352] Update cgi module doc

2014-12-31 Thread A.M. Kuchling

Changes by A.M. Kuchling a...@amk.ca:


--
nosy:  -akuchling

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



[issue11352] Update cgi module doc

2014-06-19 Thread Mark Lawrence

Mark Lawrence added the comment:

@Pierre can you submit a clean patch as requested in msg214267?

--
nosy: +BreamoreBoy

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



[issue11352] Update cgi module doc

2014-03-20 Thread Jim Jewett

Jim Jewett added the comment:

I have now also looked at cgi-doc.patch, and it is not strictly documentation 
changes.  I have no informed opinion on the the additional changes, but I don't 
think they should go in as doc change.

--

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



[issue11352] Update cgi module doc

2014-03-20 Thread R. David Murray

R. David Murray added the comment:

It looks like the non-doc stuff was accidental inclusions and should be 
ignored.  Or better, the patch author could address Berker and Jim's comments 
and resubmit a clean patch.

--

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



[issue11352] Update cgi module doc

2014-03-19 Thread Berker Peksag

Berker Peksag added the comment:

 Have any of the changes been applied?

A modified version of cgi-doc-update.patch was committed. (see msg159700)

I left a couple of comments for cgi-doc.patch on Rietveld.

--
nosy: +berker.peksag
versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3

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



[issue11352] Update cgi module doc

2014-03-18 Thread Jim Jewett

Jim Jewett added the comment:

What is the status of this?

Have any of the changes been applied?
Are any of the other patches still appropriate?
Is this now dependent on any other issues/any non-doc updates?

--
nosy: +Jim.Jewett

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



[issue11352] Update cgi module doc

2013-06-14 Thread A.M. Kuchling

Changes by A.M. Kuchling li...@amk.ca:


--
nosy: +akuchling

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



[issue11352] Update cgi module doc

2012-05-10 Thread Pierre Quentel

Pierre Quentel pierre.quen...@gmail.com added the comment:

I attach a new version after sharing thought with Glenn

CGI scripts are still unable to define which encoding to use to print the 
strings received from the user agent. A patch was proposed #11066 but the issue 
is still pending. The new version documents this issue

--
Added file: http://bugs.python.org/file25519/cgi-doc.patch

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



[issue11352] Update cgi module doc

2012-05-09 Thread Pierre Quentel

Pierre Quentel pierre.quen...@gmail.com added the comment:

Hi,

I started working on a revised version of the whole cgi documentation. I mostly 
changed paragraphs 2  3 (Using the CGI module and Higher level interface) 
and replaced them by a paragraph still called Using the CGI module + 2 other 
paragraphs for special cases : Multiple fields with the same name and File 
uploads

The content is basically the same but the new presentation is hopefully more 
clear

The patch is attached as file cgi-doc.patch

--
Added file: http://bugs.python.org/file25512/cgi-doc.patch

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



[issue11352] Update cgi module doc

2012-04-30 Thread Pierre Quentel

Pierre Quentel pierre.quen...@gmail.com added the comment:

Thanks Hynek for raising this issue from the dead

Patch proposal attached. Sorry if there are markup errors, it's my first 
contact with rst

--
Added file: http://bugs.python.org/file25416/cgi.rst

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



[issue11352] Update cgi module doc

2012-04-30 Thread Hynek Schlawack

Hynek Schlawack h...@ox.cx added the comment:

That’s not a patch. :) Posting whole files makes them very hard to review 
because you can’t spot the changes.

The best thing would be to get a fresh clone of the repo: 
http://docs.python.org/devguide/setup.html#setup , copy your edited file to the 
appropriate place and run `hg diff`.

If it looks okay, redirect the output into a file (something like `hg diff 
cgi-doc-update.patch`) and attach it to this issue.

--

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



[issue11352] Update cgi module doc

2012-04-30 Thread Pierre Quentel

Pierre Quentel pierre.quen...@gmail.com added the comment:

Sorry about that. I didn't dare to say I was also a Mercurial newbie

--
Added file: http://bugs.python.org/file25421/cgi-doc-update.patch

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



[issue11352] Update cgi module doc

2012-04-30 Thread Pierre Quentel

Changes by Pierre Quentel pierre.quen...@gmail.com:


Removed file: http://bugs.python.org/file25416/cgi.rst

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



[issue11352] Update cgi module doc

2012-04-30 Thread Senthil Kumaran

Senthil Kumaran sent...@uthcode.com added the comment:

Not to worry about that Pierre. I shall review the patch (contents) in
the evening (SGT) and I should be able to commit/close this issue.

Thanks,
Senthil

--

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



[issue11352] Update cgi module doc

2012-04-30 Thread Pierre Quentel

Pierre Quentel pierre.quen...@gmail.com added the comment:

Thanks Senthil
I spot a typo in the first modified paragraph : cet instead of set

--

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



[issue11352] Update cgi module doc

2012-04-30 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset a54b6e321f1c by Senthil Kumaran in branch '3.2':
Issue11352 - Update cgi module docs
http://hg.python.org/cpython/rev/a54b6e321f1c

New changeset 910a4b12c796 by Senthil Kumaran in branch 'default':
Issue11352 - Update cgi module docs
http://hg.python.org/cpython/rev/910a4b12c796

--
nosy: +python-dev

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



[issue11352] Update cgi module doc

2012-04-30 Thread Senthil Kumaran

Senthil Kumaran sent...@uthcode.com added the comment:

I have made the suggested specific changes, but while reviewing the entire doc, 
I realized that much improvements can be made. Keeping the documentation more 
helpful aligned with the cgi.py APIs. I shall keep bug report to update the cgi 
docs further.

--

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



[issue11352] Update cgi module doc

2012-04-30 Thread Hynek Schlawack

Changes by Hynek Schlawack h...@ox.cx:


--
nosy:  -hynek

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



[issue11352] Update cgi module doc

2012-04-30 Thread Peter Kleiweg

Changes by Peter Kleiweg pklei...@xs4all.nl:


--
nosy:  -pebbe

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



[issue11352] Update cgi module doc

2012-04-29 Thread Hynek Schlawack

Hynek Schlawack h...@ox.cx added the comment:

What is the reason for this one to languish for over a year now? Lack of proper 
patch? It’s marked “high priority”, so let’s get moving.

--
nosy: +hynek, sandro.tosi

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



[issue11352] Update cgi module doc

2012-04-29 Thread Senthil Kumaran

Changes by Senthil Kumaran sent...@uthcode.com:


--
assignee: docs@python - orsenthil
nosy: +orsenthil

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



[issue11352] Update cgi module doc

2012-04-29 Thread STINNER Victor

STINNER Victor victor.stin...@gmail.com added the comment:

 What is the reason for this one to languish for over a year now?

Maybe because few people are concerned by the cgi module?

 Lack of proper patch?

It would help to have a patch attached to the issue, and a review of the patch.

--

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



[issue11352] Update cgi module doc

2011-07-08 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
keywords: +needs review, patch
nosy: +amaury.forgeotdarc, andyharrington, erob, flox, gagenellina, haypo, 
oopos, pebbe, r.david.murray, tcourbon, tobias, v+python
priority: normal - high
stage:  - patch review
title: Bug in cgi module doc - Update cgi module doc
type: behavior - 
versions: +Python 3.3

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