-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAlterations.txt
17 lines (16 loc) · 1.46 KB
/
Alterations.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
During the implementation of this Project we, members of the group, found some errors that occurred
for reasons that were not related to our side of the code. By this we mean that given modules
which shouldn't have been alterated, were creating errors. With the options of either not do the
assignment, or alter this modules in order for our implementation to work; we decided to go with
the last one.
We will, in this file, list all the alteration made to the (originally) unalterable
modules.
Note: We only made alterations when there was no other option left for us to take in order to complete
the assignment.
---------------------------------------------------------------------------------------------------------------------------|
Module | Class | Method | Action |
---------------------------------------------------------------------------------------------------------------------------|
grading.py | Grades | addMessage | Surround *message = cgi.escape(message)* with a try-except block|
---------------------------------------------------------------------------------------------------------------------------|
| | | |
---------------------------------------------------------------------------------------------------------------------------|