File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ This library is experimental. Don't use for production unless you can fix probl
18
18
If you think async is efficient, you're wrong. You shoud try thread before this.
19
19
See also: http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/
20
20
21
- I don't have motivation to improve this library. I only fix bugs. **Please don't send feature request. **
21
+ I don't have motivation to maintain this library. I won't add new features. **Please don't send feature request. **
22
+ I'm very lazy about fix bugs. **Don't expect bugs are fixed when you want **.
22
23
23
- Instead, you should your time and energy to port your project to asyncio and newest Python 3.
24
- Please don't pay your time to ** adding ** new feature to this project.
24
+ Instead, you should use your time and energy to port your project to asyncio and newest Python 3.
25
+ Please don't pay your time for this project.
25
26
26
27
27
28
Example
You can’t perform that action at this time.
0 commit comments