pyvec / pyvec/naucse.python.cz
Update lxml
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 335
- Forks
- 119
- Avg merge
- 3h 6m
- Merged PRs (30d)
- 1
Description
Updating to lxml 6 results in the followinb change in the and-or lesson:
<tr>
<td><code>not</code></td>
- <td><code>not False</code><br><code>not 5 < 3</code>
- </td><td>„ne“</td>
- </tr>
+ <td><code>not False</code><br><code>not 5 < 3
+ <td>„ne“</td>
+ </code></td></tr>
It's be nice to figure out why, fix this, and update.
In the mean time I've pinned lxml<6.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the and-or lesson and reproduce its rendered markup using lxml 6, comparing it with the shown diff. Trace why the table and code tags change, then update the lesson or rendering behavior so the output is correct and the lxml<6 pin is no longer needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100