Triaging Python tickets: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 12:
 
Also, if you do this for a while, you'll get Developer rights so you can make the ticket field changes yourself!
 
 
== Verifying bugs ==
Line 48 ⟶ 47:
I've attached a short script as a reproducer. The expected output is for it to print <code>42</code>, but it raises a <code>ValueError</code>.
</blockquote>
 
 
== Reviewing patches ==
Line 83 ⟶ 81:
After the docstring is updated, I think this is ready for a commit review!
</blockquote>
 
 
== Reviewing documentation patches ==
Line 108 ⟶ 105:
The docs build cleanly with the patch. I visually inspected the changes in the built HTML docs and they look good. I also ran the modified example code from the docs and confirmed that it runs as expected.
</blockquote>
 
 
== Finding tickets to triage ==
Anonymous user