Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: .gitignore

Issue 29821558: Issue #6707 - Make the generated malware domain filter list encode domains as Punycode (Closed)
Left Patch Set: updated tests Created July 3, 2018, 4:39 p.m.
Right Patch Set: Removed uncessary codecs call from updateMalwareDomains.py Created July 9, 2018, 1:08 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | sitescripts/subscriptions/bin/updateMalwareDomainsList.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 *.pyc 1 *.pyc
2 *.pyo 2 *.pyo
3 **/.cache 3 **/.cache
4 /.tox 4 /.tox
5 /.sitescripts.test 5 /.sitescripts.test
6 /.coverage 6 /.coverage
7 htmlcov/ 7 htmlcov/
8 .idea/ 8 .idea/
9 .pytest_cache/ 9 .pytest_cache/
LEFTRIGHT

Powered by Google App Engine
This is Rietveld