]> granicus.if.org Git - python/commit
whatsnew: unittest discover works on namespace packages (#17457).
authorR David Murray <rdmurray@bitdance.com>
Sat, 1 Mar 2014 16:57:58 +0000 (11:57 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sat, 1 Mar 2014 16:57:58 +0000 (11:57 -0500)
commit9c0c101ee4d3f51437d39e17c3a4ff6181b0116d
tree9314ba4a19fab4f3b9c1cfbb7de533cee7fabad3
parent8ab50214bd02dfe096525071ff71ee29c958260e
whatsnew: unittest discover works on namespace packages (#17457).

I also added the docs that never got committed, editing the patch provided by
Claudiu.

I collapsed the now three versionchanged directives for discovery into one.  I
tried several different styles for this.  The most obvious is a bulleted list,
but currently the only way I could find to produce that is to have *something*
appear on the versionchanged line after the colon, which combined with the
blank space before the bulleted list just looks wrong.  I also tried the
current single-line-three-sentences version with bullet characters before each
sentence, and I almost went with that as it made it clear that the three
sentences are independent.  But I decided to just go with the sentences for
simplicity reasons.
Doc/library/unittest.rst
Doc/whatsnew/3.4.rst