All times shown according to UTC.
Time | Nick | Message |
---|---|---|
02:18 | btulchinsky joined #openhatch | |
02:26 | raniere_ joined #openhatch | |
02:31 | dlitz joined #openhatch | |
05:16 | wolftune joined #openhatch | |
05:32 | dlitz joined #openhatch | |
05:57 | decause joined #openhatch | |
06:39 | HRJ_ joined #openhatch | |
06:41 | YesCT_ joined #openhatch | |
06:45 | pdurbin joined #openhatch | |
07:58 | FHaag joined #openhatch | |
09:48 | beluga_ joined #openhatch | |
11:38 | treyhunner joined #openhatch | |
12:20 | heidie joined #openhatch | |
13:00 | btulchinsky joined #openhatch | |
13:24 | heidie joined #openhatch | |
13:56 | JasonWoof | huh, pythod dicts don't convert all keys to strings? |
14:04 | sunu: the dict(key="val") syntax "only works for keys that are valid Python identifiers" https://docs.python.org/3.4/li[…]apping-types-dict | |
14:06 | oh, it's not even that | |
14:07 | when you do: dict(foo=bar) the "foo" isn't evaluated (it's not used as a variable) it's literally "foo" | |
14:08 | sunu: your example is only confusing because key almost=== "key" | |
14:10 | I changed the variable name from key to bar, and maybe now it is more clear: http://paste.debian.net/281590/ | |
14:10 | oops, key to foo | |
14:51 | heidie joined #openhatch | |
15:39 | YesCT__ joined #openhatch | |
16:08 | wolftune joined #openhatch | |
17:42 | Elvano joined #openhatch | |
19:29 | vipul20 joined #openhatch | |
19:48 | FHaag joined #openhatch | |
20:30 | heidie joined #openhatch | |
20:51 | gitcommits joined #openhatch | |
20:51 | gitcommits | [13oh-mainline] 15ehashman pushed 2 new commits to 06master: 02http://git.io/vmvqs |
20:51 | 13oh-mainline/06master 14d26caa9 15James Simas: Update wording for log in pages... | |
20:51 | 13oh-mainline/06master 14f608a2a 15Elana Hashman: Merge pull request #1677 from jamessimas/dev-jamessimas-fix451... | |
20:51 | gitcommits left #openhatch | |
20:54 | gitcommits joined #openhatch | |
20:54 | gitcommits | [13oh-mainline] 15ehashman pushed 3 new commits to 06master: 02http://git.io/vmvmT |
20:54 | 13oh-mainline/06master 144002382 15Nolan Prescott: Add commit hash to footer... | |
20:54 | 13oh-mainline/06master 1492d3910 15Nolan Prescott: Add exception handling for COMMIT_HASH... | |
20:54 | 13oh-mainline/06master 14eb8e2da 15Elana Hashman: Merge pull request #1679 from NPrescott/commit-hash-info... | |
20:54 | gitcommits left #openhatch | |
21:04 | ehashman | sunu: ^ what JasonWoof said was exactly what I was going to say, I think it's a scoping issue; "key" the kwarg is the string key, not the value key |
21:04 | I also verbatim said "fascinating" when looking at this, which was apparently what paulproteus said | |
21:05 | apparently I am just a copycat | |
21:21 | JasonWoof | apparently dict() is not a language construct (like PHP's array()) but behaves like a normal function |
21:27 | rather admirable of python I think | |
21:27 | ehashman | seems reasonable to me |
22:26 | Daredel joined #openhatch | |
22:48 | Daredel joined #openhatch |