473,789 Members | 2,433 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to change the docs - a case study

There has been a lot of discussion here recently about making changes to
the docs, and what new system should be in place, etc., wiki, etc. I
occasionally chime in with a note that it's pretty easy to submit a doc
patch through SourceForge and they are often accepted quickly. The point
being that there is a system in place that in my experience works pretty
well.

Here is an example. This morning I noticed a minor discrepancy in the
docs for the 'rot13' encoding. I posted a bug to SourceForge at 10:05
GMT. At 10:59 someone commented that maybe the code was broken rather
than the docs. At 11:18 another poster responded that the code should
stay the same. At 11:25, less than two hours after my original report, a
fixed was checked in.

The complete exchange is here:
https://sourceforge.net/tracker/?fun...&group_id=5470

Kent
Apr 6 '06 #1
3 1208
Kent Johnson wrote:
Here is an example. This morning I noticed a minor discrepancy in the
docs for the 'rot13' encoding. I posted a bug to SourceForge at 10:05
GMT. At 10:59 someone commented that maybe the code was broken rather
than the docs. At 11:18 another poster responded that the code should
stay the same. At 11:25, less than two hours after my original report, a
fixed was checked in.
how many manhours did this take, in total ? did you clock your own efforts ?
The complete exchange is here:
https://sourceforge.net/tracker/?fun...&group_id=5470
the 2.4.3 doc is still broken:

http://docs.python.org/lib/standard-encodings.html

(and if I hadn't kicked people around a couple of months ago, even the development
documentation, which still hasn't been updated, btw, would remain broken for another
4-6 months.)
The point being that there is a system in place that in my experience works pretty
well.


so you're saying that we cannot do better, and that people who try should do some-
thing else with their time ?

</F>

Apr 6 '06 #2
Fredrik Lundh wrote:
Kent Johnson wrote:
Here is an example. This morning I noticed a minor discrepancy in the
docs for the 'rot13' encoding. I posted a bug to SourceForge at 10:05
GMT. At 10:59 someone commented that maybe the code was broken rather
than the docs. At 11:18 another poster responded that the code should
stay the same. At 11:25, less than two hours after my original report, a
fixed was checked in.
how many manhours did this take, in total ? did you clock your own efforts ?


It took a few minutes of my time. Maybe a minute to verify that there
was no similar bug report, a few minutes to write up my findings and
submit them. I don't know how much time the other posters spent but the
total clock time from OP to fix was 1 hour 20 minutes so that gives you
an upper bound.
The complete exchange is here:
https://sourceforge.net/tracker/?fun...&group_id=5470
the 2.4.3 doc is still broken:

http://docs.python.org/lib/standard-encodings.html

(and if I hadn't kicked people around a couple of months ago, even the development
documentation, which still hasn't been updated, btw, would remain broken for another
4-6 months.)


My understanding is that there is a build step required. So the change
isn't public yet but I expect it will be.
The point being that there is a system in place that in my experience works pretty
well.


so you're saying that we cannot do better, and that people who try should do some-
thing else with their time ?


No, I didn't say that at all. You are welcome to spend your time as you
like. I'm saying that IMO the current system works pretty well and
suggesting that some people may find posting patches to SourceForge to
be an easy and effective way to change the docs.

Kent
Apr 6 '06 #3
Kent Johnson wrote:
Here is an example. This morning I noticed a minor discrepancy in the
docs for the 'rot13' encoding. I posted a bug to SourceForge at 10:05
GMT. At 10:59 someone commented that maybe the code was broken rather
than the docs. At 11:18 another poster responded that the code should
stay the same. At 11:25, less than two hours after my original report, a
fixed was checked in.
how many manhours did this take, in total ? did you clock your own efforts ?


It took a few minutes of my time. Maybe a minute to verify that there
was no similar bug report, a few minutes to write up my findings and
submit them. I don't know how much time the other posters spent but the
total clock time from OP to fix was 1 hour 20 minutes so that gives you
an upper bound.


now that the developer documentation has been updated, have you verified
that the fix is correct ? if you have, how long did it take (in clock time) be-
fore you got around to do that ?
the 2.4.3 doc is still broken:

http://docs.python.org/lib/standard-encodings.html


for the record, it's still broken. and there's no sign that there's a known
bug on that page.

I've written a little more about this here:

http://pytut.infogami.com/blog/43fm

</F>

Apr 8 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1431
by: Paul McGuire | last post by:
***This is of especial interest for those who are using the pyparsing module, and have defined grammars that make use of CaselessLiteral.*** One of the bugfix requests I recently got for pyparsing was to fix the tokens returned by CaselessLiteral. CaselessLiteral is an interesting special case of Literal, since it matches a large number of possible input tokens. That is: CaselessLiteral("abcd")
1
1662
by: Jamie | last post by:
Greetings, I noticed that there have been a number of case studies done with regard to .NET technologies being used on various sites (http://www.microsoft.com/net/casestudies). Given that our website uses this technology (XPunch.com), I was wondering if anyone could advise me on how to go about getting our website featured in the aforementioned reference as a case study. Does anyone know which
4
2635
by: Richard Cornford | last post by:
For the last couple of months I have been trying to get the next round of updates to the FAQ underway and been being thwarted by a heavy workload (the project I am working on has to be finished an QA tested for a new year release. I don't think that going to prove practical, but there is no harm in trying :) and some serious family commitments. But it has to be done soon so this is stage one. Mike Winter provided an extensive list of...
3
13623
by: CPA Study Group | last post by:
Is it possible to write a C Preprocessor macro which changes the case of a string. This will save me time by not having to use awk of write my own preprocessor. Here is a sample code which I want to work --------- #ifdef LOWER #define NORMAL(x) MKLOWER(x) #else #define NORMAL(x) MKUPPER(x) #endif
3
8987
by: roger beniot | last post by:
I would like to figure out how to detect an IP address change for an XP/Win2K3 machine that is leasing an IP via DHCP (and do it in C#)... Is there any event that indicates an IP address change?... I really don't want to poll for a change. I would like to get an event indicating the IP address has changed and propogate that change to other levels of my app. If anyone has a solution that isn't in C# I am interested in that as
10
3099
by: Patty O'Dors | last post by:
Hi In trying to create a RICHEDIT-derived ActiveX control in ATL, I've managed to successfully implement the stock font property, thanks for all your help on this. I'm now stuck on receiving notification that the text has changed. I selected a stock Text property when creating the control, which put an OnTextChanged event handler into my control's main class. This never seems to get called, even when I put code to set the event mask...
10
7601
by: =?Utf-8?B?U3RlZmFuIEJhcmxvdw==?= | last post by:
This has been working perfectly for months. Since we switched from ASP.NET 1.1 to 2.0, we have constant and sporadic issues with updating our applications. Touching the web.config works about 40% of the time to cause an AppDomain to reload and flush all assemblies. Sometimes it works perfectly, but other times some Assemblies are not reloaded into the AppDomain, even after multiple web.config file touches. Sometimes multiple versions...
39
2472
by: Alan Isaac | last post by:
This may seem very strange, but it is true. If I delete a .pyc file, my program executes with a different state! In a single directory I have module1 and module2. module1 imports random and MyClass from module2. module2 does not import random. module1 sets a seed like this::
4
5936
by: rishu1210 | last post by:
Hello, I prepare Case Study on student information system. I want content of this Case Study how it can be analyzed? how it can be parted? & I want project report of this case study.This Case Study is on College level. Thank You, Rishabh Shah
0
10403
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10193
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9978
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9015
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6755
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5414
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5546
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4087
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2904
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.