[issue41782] No f-string in logging.basicConfig()
New submission from Shubham Singh : There is no method to implement format strings in the basicConfig() method of the logging module. There are the implementations of '%', '{' or '$' for printf-style, str.format() or string.Template respectively using the style keyword. -- messages: 376878 nosy: shubham.25powertech priority: normal severity: normal status: open title: No f-string in logging.basicConfig() type: enhancement versions: Python 3.8 ___ Python tracker <https://bugs.python.org/issue41782> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue27440] Trigonometric bug
New submission from Shubham Singh: The value of sine and tangent, using math module is showing wrong.Screenshot is attached. -- components: Extension Modules, Windows files: Sin.jpg messages: 269711 nosy: ShubhamSingh.er, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Trigonometric bug type: resource usage versions: Python 3.5 Added file: http://bugs.python.org/file43606/Sin.jpg ___ Python tracker <http://bugs.python.org/issue27440> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com