Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Do you feel bad because of the Python docs?

Reply
Thread Tools

Do you feel bad because of the Python docs?

 
 
Jake Angulo
Guest
Posts: n/a
 
      03-03-2013
The OP speaks for himself alone.

Python - for such a very young language, and with the documentation and
community blogs available at this point - I cannot ask for more.

And who needs docs when the python syntax is as good as writing plain
english sentence?


On Fri, Mar 1, 2013 at 9:06 PM, Jean-Michel Pichavant <
> wrote:

> [snip hostile replies]
>
> It's somehow funny to read such posts on a thread about someone
> complaining about the community python being hostile.
> I think we should really try to resist the urge of answering trolls
> because no matter how many times we slap them, they'll stay trolls and
> probably get even bigger.
>
> Instead, we take revenge by helping someone asking us to do his homework
> and show the world how merciful the python community is.
>
> JM
>
>
> -- IMPORTANT NOTICE:
>
> The contents of this email and any attachments are confidential and may
> also be privileged. If you are not the intended recipient, please notify
> the sender immediately and do not disclose the contents to any other
> person, use it for any purpose, or store or copy the information in any
> medium. Thank you.
> --
> http://mail.python.org/mailman/listinfo/python-list
>


 
Reply With Quote
 
 
 
 
rh
Guest
Posts: n/a
 
      03-04-2013
On Tue, 26 Feb 2013 18:06:21 -0800
rh <> wrote:

> On 26 Feb 2013 12:54:56 GMT
> Steven D'Aprano <steve+comp.lang.python-iDnA/YwAAsAk
> +I/> wrote:
>
> > One week ago, "JoePie91" wrote a blog post challenging the Python
> > community and the state of Python documentation, titled:
> >
> > "The Python documentation is bad, and you should feel bad".
> >
> > http://joepie91.wordpress.com/2013/0...tation-is-bad-
> > and-you-should-feel-bad/
> >
> > It is valuable to contrast and compare the PHP and Python docs:
> >
> > http://php.net/manual/en/index.php
> > http://www.python.org/doc/

>
> FWIW, I refer to the docs often. I keep a local copy and
> serve the pages up locally
>
> 1. http://docs.python.org/2/archives/py...s-html.tar.bz2
> 2. unroll
> 3. cd python-2.7.3-docs-html
> 4. python -c 'import SimpleHTTPServer as foo;foo.test()' 9292
> 5. point browser to 0:9292


I find that this works now to replace step #4:
python -m SimpleHTTPServer 9292

 
Reply With Quote
 
 
 
 
Bob Hanson
Guest
Posts: n/a
 
      03-06-2013
On Wed, 27 Feb 2013 15:25:25 -0800 (PST), alex23 wrote:

> On Feb 27, 1:13*pm, Rick Johnson <rantingrickjohn...@gmail.com> wrote:
>
> > [...] do you /really/ expect that people
> > have the time to open an issue on the bug tracker?

>
> If someone can write a paragraph on their blog or this list
> complaining about a problem, then yes, they have the time to open an
> issue on the bug tracker.


I've tried twice to register with the bug tracker -- including
just before sending this post. Both times I got something like
this:

Subject: Failed issue tracker submission
From: Python tracker <roundup->
Date: Wed, 06 Mar 2013 00:56:44 +0000

An unexpected error occurred during the processing
of your message. The tracker administrator is being
notified.

So, it's not all that easy to report bugs for me, anyway. I'd
given up, prior, but reading this thread I thought I'd try one
more time.

I had wanted to report doc bugs, too, as I used to do copy and
line editing. I seem to be able to find typos and such rather
easily, but reporting said bugs -- not so easy.

Something seems amiss, I'd say. It may be just me, but the point
still stands.

--Bob Hanson

--
Hanson's Heuristic: Ninety-eight percent of what I think I know
is bullshit. The rest is crap.
 
Reply With Quote
 
Bob Hanson
Guest
Posts: n/a
 
      03-06-2013
[Sorry for the double-post -- I somehow had Followup-To set to
poster in the first post.]

On Wed, 27 Feb 2013 15:25:25 -0800 (PST), alex23 wrote:

> On Feb 27, 1:13*pm, Rick Johnson <rantingrickjohn...@gmail.com> wrote:
>
> > [...] do you /really/ expect that people
> > have the time to open an issue on the bug tracker?

>
> If someone can write a paragraph on their blog or this list
> complaining about a problem, then yes, they have the time to open an
> issue on the bug tracker.


I've tried twice to register with the bug tracker -- including
just before sending this post. Both times I got something like
this:

Subject: Failed issue tracker submission
From: Python tracker <roundup->
Date: Wed, 06 Mar 2013 00:56:44 +0000

An unexpected error occurred during the processing
of your message. The tracker administrator is being
notified.

So, it's not all that easy to report bugs for me, anyway. I'd
given up, prior, but reading this thread I thought I'd try one
more time.

I had wanted to report doc bugs, too, as I used to do copy and
line editing. I seem to be able to find typos and such rather
easily, but reporting said bugs -- not so easy.

Something seems amiss, I'd say. It may be just me, but the point
still stands.

--Bob Hanson

--
Hanson's Heuristic: Ninety-eight percent of what I think I know
is bullshit. The rest is crap.
 
Reply With Quote
 
Bob Hanson
Guest
Posts: n/a
 
      03-06-2013
[Sorry for the double-post -- I somehow had Followup-To set to
poster in the first post.]

On Wed, 27 Feb 2013 15:25:25 -0800 (PST), alex23 wrote:

> On Feb 27, 1:13*pm, Rick Johnson <rantingrickjohn...@gmail.com> wrote:
>
> > [...] do you /really/ expect that people
> > have the time to open an issue on the bug tracker?

>
> If someone can write a paragraph on their blog or this list
> complaining about a problem, then yes, they have the time to open an
> issue on the bug tracker.


I've tried twice to register with the bug tracker -- including
just before sending this post. Both times I got something like
this:

Subject: Failed issue tracker submission
From: Python tracker <roundup->
Date: Wed, 06 Mar 2013 00:56:44 +0000

An unexpected error occurred during the processing
of your message. The tracker administrator is being
notified.

So, it's not all that easy to report bugs for me, anyway. I'd
given up, prior, but reading this thread I thought I'd try one
more time.

I had wanted to report doc bugs, too, as I used to do copy and
line editing. I seem to be able to find typos and such rather
easily, but reporting said bugs -- not so easy.

Something seems amiss, I'd say. It may be just me, but the point
still stands.

--Bob Hanson

--
Hanson's Heuristic: Ninety-eight percent of what I think I know
is bullshit. The rest is crap.
 
Reply With Quote
 
Mark Lawrence
Guest
Posts: n/a
 
      03-06-2013
On 06/03/2013 01:43, Bob Hanson wrote:
> On Wed, 27 Feb 2013 15:25:25 -0800 (PST), alex23 wrote:
>
>> On Feb 27, 1:13 pm, Rick Johnson <rantingrickjohn...@gmail.com> wrote:
>>
>>> [...] do you /really/ expect that people
>>> have the time to open an issue on the bug tracker?

>>
>> If someone can write a paragraph on their blog or this list
>> complaining about a problem, then yes, they have the time to open an
>> issue on the bug tracker.

>
> I've tried twice to register with the bug tracker -- including
> just before sending this post. Both times I got something like
> this:
>
> Subject: Failed issue tracker submission
> From: Python tracker <roundup->
> Date: Wed, 06 Mar 2013 00:56:44 +0000
>
> An unexpected error occurred during the processing
> of your message. The tracker administrator is being
> notified.
>
> So, it's not all that easy to report bugs for me, anyway. I'd
> given up, prior, but reading this thread I thought I'd try one
> more time.
>
> I had wanted to report doc bugs, too, as I used to do copy and
> line editing. I seem to be able to find typos and such rather
> easily, but reporting said bugs -- not so easy.
>
> Something seems amiss, I'd say. It may be just me, but the point
> still stands.
>
> --Bob Hanson
>


You'll be delighted to know that everybody will have to sign a
contributor agreement if they're supplying a patch file on the bug
tracker, see
http://blog.python.org/2013/03/intro...ntributor.html
and http://mail.python.org/pipermail/pyt...ch/124540.html

--
Cheers.

Mark Lawrence

 
Reply With Quote
 
Steven D'Aprano
Guest
Posts: n/a
 
      03-06-2013
On Tue, 05 Mar 2013 17:51:36 -0800, Bob Hanson wrote:


> I've tried twice to register with the bug tracker -- including just
> before sending this post. Both times I got something like this:
>
> Subject: Failed issue tracker submission From: Python tracker
> <roundup-> Date: Wed, 06 Mar 2013
> 00:56:44 +0000
>
> An unexpected error occurred during the processing of your message.
> The tracker administrator is being notified.


Works for me.


Please try again, and if it still does not work, please email me off-list
and I will help you either set up an account or report a tracker bug.



--
Steven
 
Reply With Quote
 
rh
Guest
Posts: n/a
 
      03-06-2013
On Tue, 05 Mar 2013 17:51:36 -0800
Bob Hanson <> wrote:
>
> I've tried twice to register with the bug tracker -- including
> just before sending this post. Both times I got something like
> this:
>
> Subject: Failed issue tracker submission
> From: Python tracker <roundup->
> Date: Wed, 06 Mar 2013 00:56:44 +0000
>
> An unexpected error occurred during the processing
> of your message. The tracker administrator is being
> notified.
>
> So, it's not all that easy to report bugs for me, anyway. I'd
> given up, prior, but reading this thread I thought I'd try one
> more time.
>
> I had wanted to report doc bugs, too, as I used to do copy and
> line editing. I seem to be able to find typos and such rather
> easily, but reporting said bugs -- not so easy.


Can you post to comp.python.bugs? Or ?
Who wants to sign up for yet another website?

>
> Something seems amiss, I'd say. It may be just me, but the point
> still stands.
>
> --Bob Hanson


 
Reply With Quote
 
Terry Reedy
Guest
Posts: n/a
 
      03-06-2013
On 3/6/2013 2:48 PM, rh wrote:

>> I've tried twice to register with the bug tracker -- including
>> just before sending this post. Both times I got something like
>> this:
>>
>> Subject: Failed issue tracker submission
>> From: Python tracker <roundup->
>> Date: Wed, 06 Mar 2013 00:56:44 +0000
>>
>> An unexpected error occurred during the processing
>> of your message. The tracker administrator is being
>> notified.
>>
>> So, it's not all that easy to report bugs for me, anyway. I'd
>> given up, prior, but reading this thread I thought I'd try one
>> more time.
>>
>> I had wanted to report doc bugs, too, as I used to do copy and
>> line editing. I seem to be able to find typos and such rather
>> easily, but reporting said bugs -- not so easy.


From http://docs.python.org/3/bugs.html

"Documentation bugs

If you find a bug in this documentation or would like to propose an
improvement, please send an e-mail to describing the bug
and where you found it. If you have a suggestion how to fix it, include
that as well.

is a mailing list run by volunteers; your request will
be noticed, even if it takes a while to be processed."

For anything more than trivial changes (typos, grammar errors), a
tracker issue is better. But the above is better than nothing.

--
Terry Jan Reedy

 
Reply With Quote
 
Rick Johnson
Guest
Posts: n/a
 
      03-07-2013
On Wednesday, March 6, 2013 5:50:35 PM UTC-6, Terry Reedy wrote:

> If you find a bug in this documentation or would like to propose an
> improvement, please send an e-mail to describing the bug
> and where you found it. If you have a suggestion how to fix it, include
> that as well.


That's great Terry, but how will the next person find the link? I went to Python.org and i did not see it on the home page, nor the doc page... and i've been Python-ing for years now!

If i can't find the link, how will a noob find it? How much longer are we going to "treat the symptoms" before we realize that we're dealing with a disease that can be cured?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Do you feel bad because of the Python docs? Jean-Michel Pichavant Python 0 03-01-2013 10:06 AM
What do you use java for ? AndDoes Java make you feel happy? zelzel.zsu@gmail.com Java 15 11-12-2005 03:54 AM
ActiveX apologetic Larry Seltzer... "Sun paid for malicious ActiveX code, and Firefox is bad, bad bad baad. please use ActiveX, it's secure and nice!" (ok, the last part is irony on my part) fernando.cassia@gmail.com Java 0 04-16-2005 10:05 PM
24 Season 3 Bad Bad Bad (Spoiler) nospam@nospam.com DVD Video 12 02-23-2005 03:28 AM
24 Season 3 Bad Bad Bad (Spoiler) nospam@nospam.com DVD Video 0 02-19-2005 01:10 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57