net.py: typo fix + catch the right exception
[breadcrumb.git] / bugs / issue-ee41e4ce920f46e9c0daefa82da9187e1f250ec6.yaml
blobea22cdf35807a364543111f3eacd2e57808375cf
1 --- !ditz.rubyforge.org,2008-03-06/issue 
2 title: FastFileWriter overwrites builtins
3 desc: |-
4   SUMMARY
5   
6   The FastFileWriter overwrites the several builtins, including ``file`` and ``type``. This is bad (beyond a shadow of a doubt) and might cause bugs later.
7   
8   REPRODUCTION
9   
10   Not applicable. Just read the code.
11   
12   CAUSE?
13   
14   Lazy/drunk/evil/all of the above programmers.
15   
16   FIX?
17   
18   Change the names.
19 type: :bugfix
20 component: handlers
21 release: "0.1"
22 reporter: Laurens Van Houtven <lvh@laurensvh.be>
23 status: :closed
24 disposition: :fixed
25 creation_time: 2009-02-27 17:02:20.866457 Z
26 references: []
28 id: ee41e4ce920f46e9c0daefa82da9187e1f250ec6
29 log_events: 
30 - - 2009-02-27 17:02:30.900256 Z
31   - Laurens Van Houtven <lvh@laurensvh.be>
32   - created
33   - Will be fixed in master asap.
34 - - 2009-03-01 10:18:58.584728 Z
35   - Laurens Van Houtven <lvh@laurensvh.be>
36   - edited title, description
37   - This will be fixed asap in master.
38 - - 2009-03-01 10:50:08.052610 Z
39   - Laurens Van Houtven <lvh@laurensvh.be>
40   - closed with disposition fixed
41   - Fixed in master.