noboruatkek
noboruatkek
# 概要 rstのロール名がブラウザの表示に見えてしまっています。 ブラウザ(chrome)での表示をコピーすると、 ============ [email](https://docs.python.org/ja/3/library/email.html#module-email) パッケージは、電子メールメッセージを管理するライブラリです。 特に、SMTP([:rfc:`2821)、NNTP、またはその他のサーバーに電子メールメッセージを送信するようには設計されていません。これらは、:mod:`smtplib`](https://docs.python.org/ja/3/library/email.html#id1) や、 [nntplib](https://docs.python.org/ja/3/library/nntplib.html#module-nntplib) などのモジュールの関数群です。 [email](https://docs.python.org/ja/3/library/email.html#module-email) パッケージは、可能な限りRFCに準拠するよう試みています。 [:rfc:`5322`や :rfc:`6532`](https://docs.python.org/ja/3/library/email.html#id3) のほか、[RFC 2045](https://tools.ietf.org/html/rfc2045.html)、[RFC 2046](https://tools.ietf.org/html/rfc2046.html)、[RFC 2047](https://tools.ietf.org/html/rfc2047.html)、[RFC 2183](https://tools.ietf.org/html/rfc2183.html)、[RFC 2231](https://tools.ietf.org/html/rfc2231.html) などのMIME関連のRFCに対応しています。 ============ となっています。"[:rfc:`2821)、NNTP、またはその他のサーバーに電子メールメッセージを送信するようには設計されていません。これらは、:mod:`smtplib`]"が一つのリンクになっていることがご覧いただけると思います。 # [問題のある箇所 (URLで指定すること)] (https://docs.python.org/ja/3/library/email.html) # 問題の詳細...
Setting of HiSLIP flag is moved to COFING_SITE.darwin-x86.Common and CONFIG_SITE.linux-x86_64.Common.
I test an example script for synthplayer module, examples/synth_demo.py, on macos, then I got the following message: File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/soundcard/coreaudio.py", line 464, in __init__ raise TypeError("blocksize must be between {} and...
I added some routines in main.py and model.py to eralchemy2 to generate PlantUML format output from database.