8000 developers.csv: Escape dot to prevent <ol> by encukou · Pull Request #614 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

developers.csv: Escape dot to prevent <ol> #614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
developers.csv: Escape dot to prevent <ol>
Re-apply commit 0427168.
This time the issue was fixed in the script that generates the data,
so it shouldn't reappear.

Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
encukou and hugovk authored Sep 30, 2020
commit a277ee1409e88b4d60787231f50bb21b8a1c504c
2 changes: 1 addition & 1 deletion developers.csv
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Frank Wierzbicki,,2009-08-02
Ezio Melotti,ezio-melotti,2009-06-07
Philip Jenvey,pjenvey,2009-05-07
Michael Foord,voidspace,2009-04-01
R. David Murray,bitdancer,2009-03-30
R\. David Murray,bitdancer,2009-03-30
Chris Withers,cjw296,2009-03-08
Tarek Ziadé,,2008-12-21
Hirokazu Yamamoto,,2008-08-12
Expand Down
0