Message267278
I would consider this a test of the quality of the documentation, not of the implementation. It's important that the examples in the documentation are actually correct. For example, a doctest in Doc/library/datetime.rst passes an "hours=" keyword argument to datetime.time when "hour=" is correct. It's going to be hard to find such bugs in examples without an automated check like `make doctest`.
I'm open to simplifying the patches by removing testsetup blocks. For what it's worth though, the docs already contain 17 testsetup blocks. |
|
| Date |
User |
Action |
Args |
| 2016-06-04 17:11:51 | JelleZijlstra | set | recipients:
+ JelleZijlstra, brett.cannon, berker.peksag |
| 2016-06-04 17:11:51 | JelleZijlstra | set | messageid: <[email protected]> |
| 2016-06-04 17:11:51 | JelleZijlstra | link | issue27200 messages |
| 2016-06-04 17:11:50 | JelleZijlstra | create | |
|