This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tobias.muellner250502
Recipients tobias.muellner250502
Date 2021-02-02.15:51:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612281103.22.0.0770164385179.issue43104@roundup.psfhosted.org>
In-reply-to
Content
Hello

I want to use the csv package in a class.

If I use the writer instance as local variable in the class it works perfectly but if I use it as class-variable (self.writer) it does not work anymore. 

Does anyone have the same behaviour?

Yours Toby

By the way, sorry for my bad English :(
History
Date User Action Args
2021-02-02 15:51:43tobias.muellner250502setrecipients: + tobias.muellner250502
2021-02-02 15:51:43tobias.muellner250502setmessageid: <1612281103.22.0.0770164385179.issue43104@roundup.psfhosted.org>
2021-02-02 15:51:43tobias.muellner250502linkissue43104 messages
2021-02-02 15:51:43tobias.muellner250502create