Chromium Code Reviews| Index: breakpad.py | 
| diff --git a/breakpad.py b/breakpad.py | 
| index f8f1a1b5aa77f95b43ef74359a157c0a9396ad4f..e6f4446b939faebc0a6d0dfdeabb94d78bd51b7b 100644 | 
| --- a/breakpad.py | 
| +++ b/breakpad.py | 
| @@ -40,6 +40,7 @@ def SendStack(last_tb, stack, url=None): | 
| 'exception': last_tb, | 
| 'host': socket.getfqdn(), | 
| 'cwd': os.getcwd(), | 
| + 'version': sys.version, | 
| } | 
| # No exception type(s) specified | 
| # pylint: disable=W0702 |