Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26271 > unrolled thread

RE: [Python] Re: PyPI question, or, maybe I'm just stupid

Started by"Prasad, Ramit" <ramit.prasad@jpmorgan.com>
First post2012-07-30 18:47 +0000
Last post2012-07-30 18:47 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  RE: [Python] Re: PyPI question, or, maybe I'm just stupid "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-07-30 18:47 +0000

#26271 — RE: [Python] Re: PyPI question, or, maybe I'm just stupid

From"Prasad, Ramit" <ramit.prasad@jpmorgan.com>
Date2012-07-30 18:47 +0000
SubjectRE: [Python] Re: PyPI question, or, maybe I'm just stupid
Message-ID<mailman.2745.1343675234.4697.python-list@python.org>
> > However, personally, I am not interested in all the details (typically
> > found in "CHANGES.txt") but some (often implicit) information is
> > sufficient for me: something like "major API change", "minor bug
> > fixes". Thus, think carefully what you put on the overview page.

> I see your point.  I'm just lazy, I guess.  I already put a description
> of what I've changed into git, so why, I muse, must I also edit the
> overview page separately?  I was hoping there was an automatic way that
> "setup.py sdist upload" could handle it for me.

Even if you could include commit messages I would not recommend it.
Commit messages are for developers of _your_ package not users. It is
like leaving a memo (cough or message) for future developers.

As a user, I want to know that you added a feature AAA. I do *not*
want to know that in order to add AAA you also had to modify BBB
and create CCC. Maybe you had to revert BBB because it conflicted
with DDD and then you refactored some code and added/updated
comments. Finally you managed to fix BBB (maybe also modifying DDD?)
and so the feature AAA is now available.  


Ramit

This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.  

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web