GitXplorerGitXplorer
d

whatthewhat

public
28 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
1865cc69b34c49266b1d4050cf62b0178f2fe364

Merge pull request #2 from kgashok/patch-1

ddhellmann committed 10 years ago
Unverified
c66457dfb250f208b433ebe5332177ad6bfafa00

Fixed the URL to the image file

kkgashok committed 10 years ago
Unverified
9654c8023a9291ab42542a8309a315ad2768bf77

update to use https for google

ddhellmann committed 10 years ago
Unverified
c83f89ac03d5dd503f5bf5e9de624503a1633a89

fix typo in readme

ddhellmann committed 11 years ago
Unverified
6c9bdeb0cfdf0d6f260e1af3867634cf769fbd27

update status before release

ddhellmann committed 11 years ago
Unverified
f6ab823493fd87fbde4730aeb9fa62882f358d5e

add announcement file

ddhellmann committed 11 years ago

README

The README file for this repository.

What the What?

Launch a Google search for exceptions from Python apps.

$ wtw ./tester.py
Searching for: TypeError unhashable type: 'list'
Traceback (most recent call last):
  File Users/dhellmann/Envs/whatthewhat/bin/wtw line 10, in <module>
    sys.exit(main())
  File Users/dhellmann/Devel/whatthewhat/whatthewhat/main.py line 65, in main
    sys.argv,
  File Users/dhellmann/Devel/whatthewhat/whatthewhat/execfile.py line 120, in run_python_file
    exec_code_object(code, main_mod.__dict__)
  File exec_function> line 2, in exec_code_object
  File /tester.py line 7, in <module>
    f()
  File /tester.py line 5, in f
    return {['a', 'b']: ['c', 'd']}
TypeError: unhashable type: 'list'

Inspired by

https://github.com/dhellmann/whatthewhat/blob/master/tweets.png